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