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