pub enum CC_le {
le,
ng,
}
Expand description
Mnemonic condition code selector (eg. JLE
/ JNG
)
Variants§
Implementations§
Trait Implementations§
source§impl Ord for CC_le
impl Ord for CC_le
source§impl PartialOrd<CC_le> for CC_le
impl PartialOrd<CC_le> for CC_le
impl Copy for CC_le
impl Eq for CC_le
impl StructuralEq for CC_le
impl StructuralPartialEq for CC_le
Auto Trait Implementations§
impl RefUnwindSafe for CC_le
impl Send for CC_le
impl Sync for CC_le
impl Unpin for CC_le
impl UnwindSafe for CC_le
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