#[repr(u8)]pub enum MUX_A {
STATIC = 0,
DUPLEX = 1,
TRIPLEX = 2,
QUADRUPLEX = 3,
}Expand description
Mux Configuration
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MUX_A
impl StructuralPartialEq for MUX_A
Auto Trait Implementations§
impl Freeze for MUX_A
impl RefUnwindSafe for MUX_A
impl Send for MUX_A
impl Sync for MUX_A
impl Unpin for MUX_A
impl UnwindSafe for MUX_A
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