Struct move_abigen::Abigen
source · [−]pub struct Abigen<'env> { /* private fields */ }
Expand description
The ABI generator.
Implementations
sourceimpl<'env> Abigen<'env>
impl<'env> Abigen<'env>
sourcepub fn new(env: &'env GlobalEnv, options: &'env AbigenOptions) -> Self
pub fn new(env: &'env GlobalEnv, options: &'env AbigenOptions) -> Self
Creates a new ABI generator.
Auto Trait Implementations
impl<'env> !RefUnwindSafe for Abigen<'env>
impl<'env> !Send for Abigen<'env>
impl<'env> !Sync for Abigen<'env>
impl<'env> Unpin for Abigen<'env>
impl<'env> !UnwindSafe for Abigen<'env>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more