#[repr(C)]pub struct WasmMemoryArgumentInstruction {
pub align: U32,
pub offset: U32,
}Fields§
§align: U32§offset: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmMemoryArgumentInstruction
impl Clone for WasmMemoryArgumentInstruction
Source§fn clone(&self) -> WasmMemoryArgumentInstruction
fn clone(&self) -> WasmMemoryArgumentInstruction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WasmMemoryArgumentInstructionwhere
U32: ConstDefault,
impl ConstDefault for WasmMemoryArgumentInstructionwhere
U32: ConstDefault,
Source§impl Hash for WasmMemoryArgumentInstruction
impl Hash for WasmMemoryArgumentInstruction
impl Copy for WasmMemoryArgumentInstruction
Auto Trait Implementations§
impl Freeze for WasmMemoryArgumentInstruction
impl RefUnwindSafe for WasmMemoryArgumentInstruction
impl Send for WasmMemoryArgumentInstruction
impl Sync for WasmMemoryArgumentInstruction
impl Unpin for WasmMemoryArgumentInstruction
impl UnsafeUnpin for WasmMemoryArgumentInstruction
impl UnwindSafe for WasmMemoryArgumentInstruction
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