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