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