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