#[repr(u8)]pub enum Dvs {
Show 16 variants
DVS_0 = 0,
DVS_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,
_RESERVED_d = 13,
DVS_14 = 14,
DVS_15 = 15,
}Variants§
DVS_0 = 0
Divide-by-1
DVS_1 = 1
Divide-by-2
_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
_RESERVED_d = 13
DVS_14 = 14
Divide-by-15
DVS_15 = 15
Divide-by-16
Implementations§
Trait Implementations§
Source§impl Ord for Dvs
impl Ord for Dvs
Source§impl PartialOrd for Dvs
impl PartialOrd for Dvs
impl Copy for Dvs
impl Eq for Dvs
impl StructuralPartialEq for Dvs
Auto Trait Implementations§
impl Freeze for Dvs
impl RefUnwindSafe for Dvs
impl Send for Dvs
impl Sync for Dvs
impl Unpin for Dvs
impl UnwindSafe for Dvs
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