#[repr(u8)]pub enum Cmpie {
CMPIE_0 = 0,
CMPIE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Cmpie
impl Ord for Cmpie
Source§impl PartialOrd for Cmpie
impl PartialOrd for Cmpie
impl Copy for Cmpie
impl Eq for Cmpie
impl StructuralPartialEq for Cmpie
Auto Trait Implementations§
impl Freeze for Cmpie
impl RefUnwindSafe for Cmpie
impl Send for Cmpie
impl Sync for Cmpie
impl Unpin for Cmpie
impl UnwindSafe for Cmpie
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