#[repr(u8)]pub enum ErrintFast {
ERRORS_DATA_PHASE_NO = 0,
ERRORS_DATA_PHASE_YES = 1,
}Variants§
ERRORS_DATA_PHASE_NO = 0
No such occurrence.
ERRORS_DATA_PHASE_YES = 1
Error flag set in the data phase of CAN FD frames that have BRS = 1.
Implementations§
Source§impl ErrintFast
impl ErrintFast
Trait Implementations§
Source§impl Clone for ErrintFast
impl Clone for ErrintFast
Source§fn clone(&self) -> ErrintFast
fn clone(&self) -> ErrintFast
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 ErrintFast
impl Debug for ErrintFast
Source§impl From<ErrintFast> for u8
impl From<ErrintFast> for u8
Source§fn from(val: ErrintFast) -> u8
fn from(val: ErrintFast) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ErrintFast
impl From<u8> for ErrintFast
Source§fn from(val: u8) -> ErrintFast
fn from(val: u8) -> ErrintFast
Converts to this type from the input type.
Source§impl Ord for ErrintFast
impl Ord for ErrintFast
Source§fn cmp(&self, other: &ErrintFast) -> Ordering
fn cmp(&self, other: &ErrintFast) -> 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 ErrintFast
impl PartialEq for ErrintFast
Source§impl PartialOrd for ErrintFast
impl PartialOrd for ErrintFast
impl Copy for ErrintFast
impl Eq for ErrintFast
impl StructuralPartialEq for ErrintFast
Auto Trait Implementations§
impl Freeze for ErrintFast
impl RefUnwindSafe for ErrintFast
impl Send for ErrintFast
impl Sync for ErrintFast
impl Unpin for ErrintFast
impl UnwindSafe for ErrintFast
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