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