#[repr(u8)]pub enum CrcerrFast {
CRC_ERROR_NO = 0,
CRC_ERROR_YES = 1,
}Variants§
CRC_ERROR_NO = 0
No such occurrence.
CRC_ERROR_YES = 1
A CRC error occurred since last read of this register.
Implementations§
Source§impl CrcerrFast
impl CrcerrFast
Trait Implementations§
Source§impl Clone for CrcerrFast
impl Clone for CrcerrFast
Source§fn clone(&self) -> CrcerrFast
fn clone(&self) -> CrcerrFast
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 CrcerrFast
impl Debug for CrcerrFast
Source§impl From<CrcerrFast> for u8
impl From<CrcerrFast> for u8
Source§fn from(val: CrcerrFast) -> u8
fn from(val: CrcerrFast) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CrcerrFast
impl From<u8> for CrcerrFast
Source§fn from(val: u8) -> CrcerrFast
fn from(val: u8) -> CrcerrFast
Converts to this type from the input type.
Source§impl Ord for CrcerrFast
impl Ord for CrcerrFast
Source§fn cmp(&self, other: &CrcerrFast) -> Ordering
fn cmp(&self, other: &CrcerrFast) -> 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 CrcerrFast
impl PartialEq for CrcerrFast
Source§impl PartialOrd for CrcerrFast
impl PartialOrd for CrcerrFast
impl Copy for CrcerrFast
impl Eq for CrcerrFast
impl StructuralPartialEq for CrcerrFast
Auto Trait Implementations§
impl Freeze for CrcerrFast
impl RefUnwindSafe for CrcerrFast
impl Send for CrcerrFast
impl Sync for CrcerrFast
impl Unpin for CrcerrFast
impl UnwindSafe for CrcerrFast
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