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