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