pub enum NACKW {
Nack = 1,
}
Expand description
NACK generation (slave mode)
Value on reset: 0
Variants§
Nack = 1
1: a NACK is sent after current received byte
Trait Implementations§
impl Copy for NACKW
impl Eq for NACKW
impl StructuralPartialEq for NACKW
Auto Trait Implementations§
impl Freeze for NACKW
impl RefUnwindSafe for NACKW
impl Send for NACKW
impl Sync for NACKW
impl Unpin for NACKW
impl UnwindSafe for NACKW
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