pub struct MOVE(_);
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 PartialEq<MOVE> for MOVE
impl PartialEq<MOVE> for MOVE
source§impl RefFromWasmAbi for MOVE
impl RefFromWasmAbi for MOVE
source§impl RefMutFromWasmAbi for MOVE
impl RefMutFromWasmAbi for MOVE
impl Copy for MOVE
impl Eq for MOVE
impl StructuralEq for MOVE
impl StructuralPartialEq for MOVE
Auto Trait Implementations§
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> 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
.