pub struct LW(/* private fields */);
Expand description
A word is loaded from the specified address offset by an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LW
impl<'de> Deserialize<'de> for LW
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<LW> for Instruction
impl From<LW> for Instruction
source§impl FromWasmAbi for LW
impl FromWasmAbi for LW
source§impl IntoWasmAbi for LW
impl IntoWasmAbi for LW
source§impl LongRefFromWasmAbi for LW
impl LongRefFromWasmAbi for LW
source§impl OptionFromWasmAbi for LW
impl OptionFromWasmAbi for LW
source§impl OptionIntoWasmAbi for LW
impl OptionIntoWasmAbi for LW
source§impl RefFromWasmAbi for LW
impl RefFromWasmAbi for LW
source§impl RefMutFromWasmAbi for LW
impl RefMutFromWasmAbi for LW
source§impl TryFromJsValue for LW
impl TryFromJsValue for LW
source§impl VectorFromWasmAbi for LW
impl VectorFromWasmAbi for LW
source§impl VectorIntoWasmAbi for LW
impl VectorIntoWasmAbi for LW
impl Copy for LW
impl Eq for LW
impl StructuralPartialEq for LW
Auto Trait Implementations§
impl Freeze for LW
impl RefUnwindSafe for LW
impl Send for LW
impl Sync for LW
impl Unpin for LW
impl UnwindSafe for LW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.