#[repr(u8)]pub enum Scfgr1Ignack {
ENDS_TRANSFER_ON_NACK = 0,
DOES_NOT_END_TRANSFER_ON_NACK = 1,
}Variants§
ENDS_TRANSFER_ON_NACK = 0
Slave ends transfer when NACK is detected
DOES_NOT_END_TRANSFER_ON_NACK = 1
Slave does not end transfer when NACK detected
Implementations§
Source§impl Scfgr1Ignack
impl Scfgr1Ignack
Trait Implementations§
Source§impl Clone for Scfgr1Ignack
impl Clone for Scfgr1Ignack
Source§fn clone(&self) -> Scfgr1Ignack
fn clone(&self) -> Scfgr1Ignack
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Scfgr1Ignack
impl Debug for Scfgr1Ignack
Source§impl From<Scfgr1Ignack> for u8
impl From<Scfgr1Ignack> for u8
Source§fn from(val: Scfgr1Ignack) -> u8
fn from(val: Scfgr1Ignack) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Scfgr1Ignack
impl From<u8> for Scfgr1Ignack
Source§fn from(val: u8) -> Scfgr1Ignack
fn from(val: u8) -> Scfgr1Ignack
Converts to this type from the input type.
Source§impl Ord for Scfgr1Ignack
impl Ord for Scfgr1Ignack
Source§fn cmp(&self, other: &Scfgr1Ignack) -> Ordering
fn cmp(&self, other: &Scfgr1Ignack) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Scfgr1Ignack
impl PartialEq for Scfgr1Ignack
Source§impl PartialOrd for Scfgr1Ignack
impl PartialOrd for Scfgr1Ignack
impl Copy for Scfgr1Ignack
impl Eq for Scfgr1Ignack
impl StructuralPartialEq for Scfgr1Ignack
Auto Trait Implementations§
impl Freeze for Scfgr1Ignack
impl RefUnwindSafe for Scfgr1Ignack
impl Send for Scfgr1Ignack
impl Sync for Scfgr1Ignack
impl Unpin for Scfgr1Ignack
impl UnwindSafe for Scfgr1Ignack
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