pub struct NIOP(/* private fields */);
Expand description
Narrow-integer arithmetic operation.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NIOP
impl<'de> Deserialize<'de> for NIOP
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<NIOP> for Instruction
impl From<NIOP> for Instruction
Source§impl FromWasmAbi for NIOP
impl FromWasmAbi for NIOP
Source§impl IntoWasmAbi for NIOP
impl IntoWasmAbi for NIOP
Source§impl LongRefFromWasmAbi for NIOP
impl LongRefFromWasmAbi for NIOP
Source§impl OptionFromWasmAbi for NIOP
impl OptionFromWasmAbi for NIOP
Source§impl OptionIntoWasmAbi for NIOP
impl OptionIntoWasmAbi for NIOP
Source§impl RefFromWasmAbi for NIOP
impl RefFromWasmAbi for NIOP
Source§impl RefMutFromWasmAbi for NIOP
impl RefMutFromWasmAbi for NIOP
Source§impl TryFromJsValue for NIOP
impl TryFromJsValue for NIOP
Source§impl VectorFromWasmAbi for NIOP
impl VectorFromWasmAbi for NIOP
Source§impl VectorIntoWasmAbi for NIOP
impl VectorIntoWasmAbi for NIOP
impl Copy for NIOP
impl Eq for NIOP
impl StructuralPartialEq for NIOP
impl SupportsConstructor for NIOP
impl SupportsInstanceProperty for NIOP
impl SupportsStaticProperty for NIOP
Auto Trait Implementations§
impl Freeze for NIOP
impl RefUnwindSafe for NIOP
impl Send for NIOP
impl Sync for NIOP
impl Unpin for NIOP
impl UnwindSafe for NIOP
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§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
.