Enum CrcerrFast
pub enum CrcerrFast {
_0 = 0,
_1 = 1,
}Expand description
Cyclic Redundancy Check Error in the CRC field of CAN FD frames with the BRS bit set
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for CrcerrFast
impl Clone for CrcerrFast
§fn clone(&self) -> CrcerrFast
fn clone(&self) -> CrcerrFast
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 more§impl Debug for CrcerrFast
impl Debug for CrcerrFast
§impl Format for CrcerrFast
impl Format for CrcerrFast
§impl From<CrcerrFast> for bool
impl From<CrcerrFast> for bool
§fn from(variant: CrcerrFast) -> Self
fn from(variant: CrcerrFast) -> Self
Converts to this type from the input type.
§impl PartialEq for CrcerrFast
impl PartialEq for CrcerrFast
impl Copy for CrcerrFast
impl Eq for CrcerrFast
impl StructuralPartialEq for CrcerrFast
Auto Trait Implementations§
impl Freeze for CrcerrFast
impl RefUnwindSafe for CrcerrFast
impl Send for CrcerrFast
impl Sync for CrcerrFast
impl Unpin for CrcerrFast
impl UnwindSafe for CrcerrFast
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