pub enum CC_ge {
ge,
nl,
}
Expand description
Mnemonic condition code selector (eg. JGE
/ JNL
)
Variants§
Implementations§
Trait Implementations§
source§impl Ord for CC_ge
impl Ord for CC_ge
source§impl PartialOrd<CC_ge> for CC_ge
impl PartialOrd<CC_ge> for CC_ge
impl Copy for CC_ge
impl Eq for CC_ge
impl StructuralEq for CC_ge
impl StructuralPartialEq for CC_ge
Auto Trait Implementations§
impl RefUnwindSafe for CC_ge
impl Send for CC_ge
impl Sync for CC_ge
impl Unpin for CC_ge
impl UnwindSafe for CC_ge
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more