#[repr(u8)]pub enum TargetLp {
SEL0 = 0,
SEL1 = 1,
SEL2 = 2,
SEL3 = 3,
SEL4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
SEL0 = 0
0.9 V
SEL1 = 1
0.925 V
SEL2 = 2
0.95 V
SEL3 = 3
0.975 V
SEL4 = 4
1.0 V
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for TargetLp
impl Ord for TargetLp
Source§impl PartialOrd for TargetLp
impl PartialOrd for TargetLp
impl Copy for TargetLp
impl Eq for TargetLp
impl StructuralPartialEq for TargetLp
Auto Trait Implementations§
impl Freeze for TargetLp
impl RefUnwindSafe for TargetLp
impl Send for TargetLp
impl Sync for TargetLp
impl Unpin for TargetLp
impl UnwindSafe for TargetLp
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