Enum Ndie
pub enum Ndie {
_0 = 0,
_1 = 1,
}Expand description
NACK Detect Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ndie
impl Eq for Ndie
impl StructuralPartialEq for Ndie
Auto Trait Implementations§
impl Freeze for Ndie
impl RefUnwindSafe for Ndie
impl Send for Ndie
impl Sync for Ndie
impl Unpin for Ndie
impl UnwindSafe for Ndie
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