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