pub struct XOR(_);
Expand description
Bitwise XORs two registers.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for XOR
impl<'de> Deserialize<'de> for XOR
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<XOR> for Instruction
impl From<XOR> for Instruction
impl Copy for XOR
impl Eq for XOR
impl StructuralEq for XOR
impl StructuralPartialEq for XOR
Auto Trait Implementations§
impl RefUnwindSafe for XOR
impl Send for XOR
impl Sync for XOR
impl Unpin for XOR
impl UnwindSafe for XOR
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