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