pub enum ErrmskFast {
Disable = 0,
Enable = 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§
Source§impl Clone for ErrmskFast
impl Clone for ErrmskFast
Source§fn clone(&self) -> ErrmskFast
fn clone(&self) -> ErrmskFast
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ErrmskFast
Source§impl Debug for ErrmskFast
impl Debug for ErrmskFast
impl Eq for ErrmskFast
Source§impl From<ErrmskFast> for bool
impl From<ErrmskFast> for bool
Source§fn from(variant: ErrmskFast) -> Self
fn from(variant: ErrmskFast) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ErrmskFast
impl PartialEq for ErrmskFast
Source§fn eq(&self, other: &ErrmskFast) -> bool
fn eq(&self, other: &ErrmskFast) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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