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