#[repr(u8)]pub enum XopCC {
Invalid = 0,
Lt = 1,
Le = 2,
Get = 3,
Ge = 4,
Eq = 5,
Neq = 6,
False = 7,
True = 8,
}Expand description
XOP Code Condition Type.
Variants§
Trait Implementations§
impl Copy for XopCC
impl Eq for XopCC
impl StructuralPartialEq for XopCC
Auto Trait Implementations§
impl Freeze for XopCC
impl RefUnwindSafe for XopCC
impl Send for XopCC
impl Sync for XopCC
impl Unpin for XopCC
impl UnwindSafe for XopCC
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