#[repr(u8)]pub enum PioSsel {
SEL3V3 = 0,
SEL1V8 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PioSsel
impl Ord for PioSsel
Source§impl PartialOrd for PioSsel
impl PartialOrd for PioSsel
impl Copy for PioSsel
impl Eq for PioSsel
impl StructuralPartialEq for PioSsel
Auto Trait Implementations§
impl Freeze for PioSsel
impl RefUnwindSafe for PioSsel
impl Send for PioSsel
impl Sync for PioSsel
impl Unpin for PioSsel
impl UnwindSafe for PioSsel
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