pub struct JMPB(/* private fields */);
Expand description
Unconditional dynamic relative jump backwards, with a constant offset.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JMPB
impl<'de> Deserialize<'de> for JMPB
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<JMPB> for Instruction
impl From<JMPB> for Instruction
source§impl FromWasmAbi for JMPB
impl FromWasmAbi for JMPB
source§impl IntoWasmAbi for JMPB
impl IntoWasmAbi for JMPB
source§impl LongRefFromWasmAbi for JMPB
impl LongRefFromWasmAbi for JMPB
source§impl OptionFromWasmAbi for JMPB
impl OptionFromWasmAbi for JMPB
source§impl OptionIntoWasmAbi for JMPB
impl OptionIntoWasmAbi for JMPB
source§impl RefFromWasmAbi for JMPB
impl RefFromWasmAbi for JMPB
source§impl RefMutFromWasmAbi for JMPB
impl RefMutFromWasmAbi for JMPB
source§impl TryFromJsValue for JMPB
impl TryFromJsValue for JMPB
source§impl VectorFromWasmAbi for JMPB
impl VectorFromWasmAbi for JMPB
source§impl VectorIntoWasmAbi for JMPB
impl VectorIntoWasmAbi for JMPB
impl Copy for JMPB
impl Eq for JMPB
impl StructuralPartialEq for JMPB
Auto Trait Implementations§
impl Freeze for JMPB
impl RefUnwindSafe for JMPB
impl Send for JMPB
impl Sync for JMPB
impl Unpin for JMPB
impl UnwindSafe for JMPB
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
.