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