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