#[repr(u8)]pub enum Dvolt {
VOLT_17 = 0,
VOLT_19 = 1,
VOLT_21 = 2,
VOLT_23 = 3,
VOLT_25 = 4,
VOLT_27 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
VOLT_17 = 0
Vm = 0.6 V, Vp = 1.7 V
VOLT_19 = 1
Vm = 0.6 V, Vp = 1.9 V
VOLT_21 = 2
Vm = 0.6 V, Vp = 2.1 V
VOLT_23 = 3
Vm = 0.6 V, Vp = 2.3 V
VOLT_25 = 4
Vm = 0.6 V, Vp = 2.5 V
VOLT_27 = 5
Vm = 0.6 V, Vp = 2.7 V
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Dvolt
impl Ord for Dvolt
Source§impl PartialOrd for Dvolt
impl PartialOrd for Dvolt
impl Copy for Dvolt
impl Eq for Dvolt
impl StructuralPartialEq for Dvolt
Auto Trait Implementations§
impl Freeze for Dvolt
impl RefUnwindSafe for Dvolt
impl Send for Dvolt
impl Sync for Dvolt
impl Unpin for Dvolt
impl UnwindSafe for Dvolt
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