#[repr(u8)]pub enum Bit0errFast {
BIT0_ERROR_NO = 0,
BIT0_ERROR_YES = 1,
}Variants§
BIT0_ERROR_NO = 0
No such occurrence.
BIT0_ERROR_YES = 1
At least one bit transmitted as dominant is received as recessive.
Implementations§
Source§impl Bit0errFast
impl Bit0errFast
Trait Implementations§
Source§impl Clone for Bit0errFast
impl Clone for Bit0errFast
Source§fn clone(&self) -> Bit0errFast
fn clone(&self) -> Bit0errFast
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 Bit0errFast
impl Debug for Bit0errFast
Source§impl From<Bit0errFast> for u8
impl From<Bit0errFast> for u8
Source§fn from(val: Bit0errFast) -> u8
fn from(val: Bit0errFast) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Bit0errFast
impl From<u8> for Bit0errFast
Source§fn from(val: u8) -> Bit0errFast
fn from(val: u8) -> Bit0errFast
Converts to this type from the input type.
Source§impl Ord for Bit0errFast
impl Ord for Bit0errFast
Source§fn cmp(&self, other: &Bit0errFast) -> Ordering
fn cmp(&self, other: &Bit0errFast) -> 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 Bit0errFast
impl PartialEq for Bit0errFast
Source§impl PartialOrd for Bit0errFast
impl PartialOrd for Bit0errFast
impl Copy for Bit0errFast
impl Eq for Bit0errFast
impl StructuralPartialEq for Bit0errFast
Auto Trait Implementations§
impl Freeze for Bit0errFast
impl RefUnwindSafe for Bit0errFast
impl Send for Bit0errFast
impl Sync for Bit0errFast
impl Unpin for Bit0errFast
impl UnwindSafe for Bit0errFast
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