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