#[repr(u8)]pub enum Msel {
INPUT_0 = 0,
INPUT_1 = 1,
INPUT_2 = 2,
INPUT_3 = 3,
INPUT_4 = 4,
INPUT_5 = 5,
INPUT_6 = 6,
INPUT_7 = 7,
}Variants§
INPUT_0 = 0
no description available
INPUT_1 = 1
no description available
INPUT_2 = 2
no description available
INPUT_3 = 3
no description available
INPUT_4 = 4
no description available
INPUT_5 = 5
no description available
INPUT_6 = 6
no description available
INPUT_7 = 7
no description available
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