pub struct LB(/* private fields */);
Expand description
A byte is loaded from the specified address offset by an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LB
impl<'de> Deserialize<'de> for LB
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<LB> for Instruction
impl From<LB> for Instruction
source§impl FromWasmAbi for LB
impl FromWasmAbi for LB
source§impl IntoWasmAbi for LB
impl IntoWasmAbi for LB
source§impl LongRefFromWasmAbi for LB
impl LongRefFromWasmAbi for LB
source§impl OptionFromWasmAbi for LB
impl OptionFromWasmAbi for LB
source§impl OptionIntoWasmAbi for LB
impl OptionIntoWasmAbi for LB
source§impl RefFromWasmAbi for LB
impl RefFromWasmAbi for LB
source§impl RefMutFromWasmAbi for LB
impl RefMutFromWasmAbi for LB
source§impl TryFromJsValue for LB
impl TryFromJsValue for LB
source§impl VectorFromWasmAbi for LB
impl VectorFromWasmAbi for LB
source§impl VectorIntoWasmAbi for LB
impl VectorIntoWasmAbi for LB
impl Copy for LB
impl Eq for LB
impl StructuralPartialEq for LB
Auto Trait Implementations§
impl Freeze for LB
impl RefUnwindSafe for LB
impl Send for LB
impl Sync for LB
impl Unpin for LB
impl UnwindSafe for LB
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
.