pub enum Bit0errFast {
Bit0ErrorNo = 0,
Bit0ErrorYes = 1,
}Expand description
Fast Bit0 Error Flag
Value on reset: 0
Variants§
Bit0ErrorNo = 0
0: No such occurrence.
Bit0ErrorYes = 1
1: At least one bit transmitted as dominant is received as recessive.
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 (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 Bit0errFast
Source§impl Debug for Bit0errFast
impl Debug for Bit0errFast
impl Eq for Bit0errFast
Source§impl From<Bit0errFast> for bool
impl From<Bit0errFast> for bool
Source§fn from(variant: Bit0errFast) -> Self
fn from(variant: Bit0errFast) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bit0errFast
impl PartialEq for Bit0errFast
Source§fn eq(&self, other: &Bit0errFast) -> bool
fn eq(&self, other: &Bit0errFast) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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