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