Enum Ignack
pub enum Ignack {
_0 = 0,
_1 = 1,
}Expand description
Ignore NACK
Value on reset: 0
Variants§
_0 = 0
0: Slave will end transfer when NACK detected.
_1 = 1
1: Slave will not end transfer when NACK detected.
Trait Implementations§
impl Copy for Ignack
impl Eq for Ignack
impl StructuralPartialEq for Ignack
Auto Trait Implementations§
impl Freeze for Ignack
impl RefUnwindSafe for Ignack
impl Send for Ignack
impl Sync for Ignack
impl Unpin for Ignack
impl UnwindSafe for Ignack
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