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