pub enum Bit1errFast {
Bit1ErrorNo = 0,
Bit1ErrorYes = 1,
}Expand description
Fast Bit1 Error Flag
Value on reset: 0
Variants§
Bit1ErrorNo = 0
0: No such occurrence.
Bit1ErrorYes = 1
1: At least one bit transmitted as recessive is received as dominant.
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Bit1errFast
Source§impl Debug for Bit1errFast
impl Debug for Bit1errFast
impl Eq for Bit1errFast
Source§impl From<Bit1errFast> for bool
impl From<Bit1errFast> for bool
Source§fn from(variant: Bit1errFast) -> Self
fn from(variant: Bit1errFast) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bit1errFast
impl PartialEq for Bit1errFast
Source§fn eq(&self, other: &Bit1errFast) -> bool
fn eq(&self, other: &Bit1errFast) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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