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