#[repr(C)]pub struct WasmMemoryInstruction {
pub memoryIndex: U32,
}Fields§
§memoryIndex: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmMemoryInstruction
impl Clone for WasmMemoryInstruction
Source§fn clone(&self) -> WasmMemoryInstruction
fn clone(&self) -> WasmMemoryInstruction
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 WasmMemoryInstructionwhere
U32: ConstDefault,
impl ConstDefault for WasmMemoryInstructionwhere
U32: ConstDefault,
Source§impl Debug for WasmMemoryInstruction
impl Debug for WasmMemoryInstruction
Source§impl Hash for WasmMemoryInstruction
impl Hash for WasmMemoryInstruction
impl Copy for WasmMemoryInstruction
Auto Trait Implementations§
impl Freeze for WasmMemoryInstruction
impl RefUnwindSafe for WasmMemoryInstruction
impl Send for WasmMemoryInstruction
impl Sync for WasmMemoryInstruction
impl Unpin for WasmMemoryInstruction
impl UnwindSafe for WasmMemoryInstruction
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