pub enum MUX_RST_A {
RELEASED = 0,
ASSERTED = 1,
}Expand description
Input Mux reset control.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MUX_RST_A
impl Eq for MUX_RST_A
impl StructuralPartialEq for MUX_RST_A
Auto Trait Implementations§
impl Freeze for MUX_RST_A
impl RefUnwindSafe for MUX_RST_A
impl Send for MUX_RST_A
impl Sync for MUX_RST_A
impl Unpin for MUX_RST_A
impl UnsafeUnpin for MUX_RST_A
impl UnwindSafe for MUX_RST_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