#[repr(u8)]pub enum Vselect {
VSELECT_B = 0,
VSELECT_A = 1,
}Variants§
VSELECT_B = 0
Change the voltage to high voltage range, around 3.0 V
VSELECT_A = 1
Change the voltage to low voltage range, around 1.8 V
Implementations§
Trait Implementations§
Source§impl Ord for Vselect
impl Ord for Vselect
Source§impl PartialOrd for Vselect
impl PartialOrd for Vselect
impl Copy for Vselect
impl Eq for Vselect
impl StructuralPartialEq for Vselect
Auto Trait Implementations§
impl Freeze for Vselect
impl RefUnwindSafe for Vselect
impl Send for Vselect
impl Sync for Vselect
impl Unpin for Vselect
impl UnwindSafe for Vselect
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