Struct binaryen_sys::BinaryenExport
source · #[repr(C)]pub struct BinaryenExport { /* private fields */ }
Trait Implementations§
source§impl Clone for BinaryenExport
impl Clone for BinaryenExport
source§fn clone(&self) -> BinaryenExport
fn clone(&self) -> BinaryenExport
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 BinaryenExport
impl Debug for BinaryenExport
impl Copy for BinaryenExport
Auto Trait Implementations§
impl RefUnwindSafe for BinaryenExport
impl Send for BinaryenExport
impl Sync for BinaryenExport
impl Unpin for BinaryenExport
impl UnwindSafe for BinaryenExport
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