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