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