#[repr(u8)]pub enum Dtocv {
Show 16 variants
DTOCV_0 = 0,
DTOCV_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
DTOCV_13 = 13,
DTOCV_14 = 14,
DTOCV_15 = 15,
}Variants§
DTOCV_0 = 0
SDCLK x 2 14
DTOCV_1 = 1
SDCLK x 2 15
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
DTOCV_13 = 13
SDCLK x 2 27
DTOCV_14 = 14
SDCLK x 2 28
DTOCV_15 = 15
SDCLK x 2 29
Implementations§
Trait Implementations§
Source§impl Ord for Dtocv
impl Ord for Dtocv
Source§impl PartialOrd for Dtocv
impl PartialOrd for Dtocv
impl Copy for Dtocv
impl Eq for Dtocv
impl StructuralPartialEq for Dtocv
Auto Trait Implementations§
impl Freeze for Dtocv
impl RefUnwindSafe for Dtocv
impl Send for Dtocv
impl Sync for Dtocv
impl Unpin for Dtocv
impl UnwindSafe for Dtocv
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