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