#[repr(C)]pub struct WasmConstInstruction {
pub value: WasmValue,
}Fields§
§value: WasmValueTrait Implementations§
Source§impl Clone for WasmConstInstruction
impl Clone for WasmConstInstruction
Source§fn clone(&self) -> WasmConstInstruction
fn clone(&self) -> WasmConstInstruction
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 moreimpl Copy for WasmConstInstruction
Auto Trait Implementations§
impl Freeze for WasmConstInstruction
impl RefUnwindSafe for WasmConstInstruction
impl Send for WasmConstInstruction
impl Sync for WasmConstInstruction
impl Unpin for WasmConstInstruction
impl UnsafeUnpin for WasmConstInstruction
impl UnwindSafe for WasmConstInstruction
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