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