#[repr(u8)]pub enum Psel {
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 Psel
impl Ord for Psel
Source§impl PartialOrd for Psel
impl PartialOrd for Psel
impl Copy for Psel
impl Eq for Psel
impl StructuralPartialEq for Psel
Auto Trait Implementations§
impl Freeze for Psel
impl RefUnwindSafe for Psel
impl Send for Psel
impl Sync for Psel
impl Unpin for Psel
impl UnwindSafe for Psel
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