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