#[repr(u8)]pub enum Pwrsel {
PWRSEL_0 = 0,
PWRSEL_1 = 1,
PWRSEL_2 = 2,
PWRSEL_3 = 3,
}Variants§
PWRSEL_0 = 0
Lowest power setting.
PWRSEL_1 = 1
Next lowest power setting.
PWRSEL_2 = 2
….
PWRSEL_3 = 3
Highest power setting.
Implementations§
Trait Implementations§
Source§impl Ord for Pwrsel
impl Ord for Pwrsel
Source§impl PartialOrd for Pwrsel
impl PartialOrd for Pwrsel
impl Copy for Pwrsel
impl Eq for Pwrsel
impl StructuralPartialEq for Pwrsel
Auto Trait Implementations§
impl Freeze for Pwrsel
impl RefUnwindSafe for Pwrsel
impl Send for Pwrsel
impl Sync for Pwrsel
impl Unpin for Pwrsel
impl UnwindSafe for Pwrsel
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