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