Struct wasm3_sys::M3Environment
source · [−]#[repr(C)]pub struct M3Environment { /* private fields */ }
Trait Implementations
sourceimpl Clone for M3Environment
impl Clone for M3Environment
sourcefn clone(&self) -> M3Environment
fn clone(&self) -> M3Environment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for M3Environment
Auto Trait Implementations
impl RefUnwindSafe for M3Environment
impl Send for M3Environment
impl Sync for M3Environment
impl Unpin for M3Environment
impl UnwindSafe for M3Environment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more