pub struct LHW(/* private fields */);
Expand description
Load halfword (u32).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LHW
impl<'de> Deserialize<'de> for LHW
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<LHW> for Instruction
impl From<LHW> for Instruction
Source§impl FromWasmAbi for LHW
impl FromWasmAbi for LHW
Source§impl IntoWasmAbi for LHW
impl IntoWasmAbi for LHW
Source§impl LongRefFromWasmAbi for LHW
impl LongRefFromWasmAbi for LHW
Source§impl OptionFromWasmAbi for LHW
impl OptionFromWasmAbi for LHW
Source§impl OptionIntoWasmAbi for LHW
impl OptionIntoWasmAbi for LHW
Source§impl RefFromWasmAbi for LHW
impl RefFromWasmAbi for LHW
Source§impl RefMutFromWasmAbi for LHW
impl RefMutFromWasmAbi for LHW
Source§impl TryFromJsValue for LHW
impl TryFromJsValue for LHW
Source§impl VectorFromWasmAbi for LHW
impl VectorFromWasmAbi for LHW
Source§impl VectorIntoWasmAbi for LHW
impl VectorIntoWasmAbi for LHW
impl Copy for LHW
impl Eq for LHW
impl StructuralPartialEq for LHW
impl SupportsConstructor for LHW
impl SupportsInstanceProperty for LHW
impl SupportsStaticProperty for LHW
Auto Trait Implementations§
impl Freeze for LHW
impl RefUnwindSafe for LHW
impl Send for LHW
impl Sync for LHW
impl Unpin for LHW
impl UnwindSafe for LHW
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§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
.