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