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