pub struct OR(_);
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
impl Copy for OR
impl Eq for OR
impl StructuralEq for OR
impl StructuralPartialEq for OR
Auto Trait Implementations§
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