pub struct JNEI(_);
Expand description
Conditional jump.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JNEI
impl<'de> Deserialize<'de> for JNEI
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<JNEI> for Instruction
impl From<JNEI> for Instruction
source§impl FromWasmAbi for JNEI
impl FromWasmAbi for JNEI
source§impl IntoWasmAbi for JNEI
impl IntoWasmAbi for JNEI
source§impl LongRefFromWasmAbi for JNEI
impl LongRefFromWasmAbi for JNEI
source§impl OptionFromWasmAbi for JNEI
impl OptionFromWasmAbi for JNEI
source§impl OptionIntoWasmAbi for JNEI
impl OptionIntoWasmAbi for JNEI
source§impl PartialEq<JNEI> for JNEI
impl PartialEq<JNEI> for JNEI
source§impl RefFromWasmAbi for JNEI
impl RefFromWasmAbi for JNEI
source§impl RefMutFromWasmAbi for JNEI
impl RefMutFromWasmAbi for JNEI
impl Copy for JNEI
impl Eq for JNEI
impl StructuralEq for JNEI
impl StructuralPartialEq for JNEI
Auto Trait Implementations§
impl RefUnwindSafe for JNEI
impl Send for JNEI
impl Sync for JNEI
impl Unpin for JNEI
impl UnwindSafe for JNEI
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§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
.