Struct binaryen_sys::BinaryenModule
source · #[repr(C)]pub struct BinaryenModule { /* private fields */ }
Trait Implementations§
source§impl Clone for BinaryenModule
impl Clone for BinaryenModule
source§fn clone(&self) -> BinaryenModule
fn clone(&self) -> BinaryenModule
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BinaryenModule
impl Debug for BinaryenModule
impl Copy for BinaryenModule
Auto Trait Implementations§
impl RefUnwindSafe for BinaryenModule
impl Send for BinaryenModule
impl Sync for BinaryenModule
impl Unpin for BinaryenModule
impl UnwindSafe for BinaryenModule
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more