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