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