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