#[repr(u8)]pub enum Msel {
MSEL_0 = 0,
MSEL_1 = 1,
MSEL_2 = 2,
MSEL_3 = 3,
MSEL_4 = 4,
MSEL_5 = 5,
MSEL_6 = 6,
MSEL_7 = 7,
}Variants§
MSEL_0 = 0
IN0
MSEL_1 = 1
IN1
MSEL_2 = 2
IN2
MSEL_3 = 3
IN3
MSEL_4 = 4
IN4
MSEL_5 = 5
IN5
MSEL_6 = 6
IN6
MSEL_7 = 7
IN7
Implementations§
Trait Implementations§
Source§impl Ord for Msel
impl Ord for Msel
Source§impl PartialOrd for Msel
impl PartialOrd for Msel
impl Copy for Msel
impl Eq for Msel
impl StructuralPartialEq for Msel
Auto Trait Implementations§
impl Freeze for Msel
impl RefUnwindSafe for Msel
impl Send for Msel
impl Sync for Msel
impl Unpin for Msel
impl UnwindSafe for Msel
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