#[repr(u8)]pub enum Mux {
Show 16 variants
MUX0 = 0,
MUX1 = 1,
MUX2 = 2,
MUX3 = 3,
MUX4 = 4,
MUX5 = 5,
MUX6 = 6,
MUX7 = 7,
MUX8 = 8,
MUX9 = 9,
MUX10 = 10,
MUX11 = 11,
MUX12 = 12,
MUX13 = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
MUX0 = 0
MUX1 = 1
MUX2 = 2
MUX3 = 3
MUX4 = 4
MUX5 = 5
MUX6 = 6
MUX7 = 7
MUX8 = 8
MUX9 = 9
MUX10 = 10
MUX11 = 11
MUX12 = 12
MUX13 = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Mux
impl Ord for Mux
Source§impl PartialOrd for Mux
impl PartialOrd for Mux
impl Copy for Mux
impl Eq for Mux
impl StructuralPartialEq for Mux
Auto Trait Implementations§
impl Freeze for Mux
impl RefUnwindSafe for Mux
impl Send for Mux
impl Sync for Mux
impl Unpin for Mux
impl UnwindSafe for Mux
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