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