pub enum MUXEN {
Disabled = 0,
Enabled = 1,
}
Expand description
MUXEN
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MUXEN
impl Eq for MUXEN
impl StructuralPartialEq for MUXEN
Auto Trait Implementations§
impl Freeze for MUXEN
impl RefUnwindSafe for MUXEN
impl Send for MUXEN
impl Sync for MUXEN
impl Unpin for MUXEN
impl UnwindSafe for MUXEN
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