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