#[repr(C)]pub struct WasmMemory {
pub min: U32,
pub max: U32,
pub shared: bool,
}Fields§
§min: U32§max: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmMemory
impl Clone for WasmMemory
Source§fn clone(&self) -> WasmMemory
fn clone(&self) -> WasmMemory
Returns a duplicate 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 ConstDefault for WasmMemory
impl ConstDefault for WasmMemory
Source§impl Debug for WasmMemory
impl Debug for WasmMemory
Source§impl Hash for WasmMemory
impl Hash 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