Enum RtrMsk
pub enum RtrMsk {
_0 = 0,
_1 = 1,
}Expand description
Remote Transmission Request Mask Bit
Value on reset: 0
Variants§
_0 = 0
0: The corresponding bit in the filter is “don’t care”
_1 = 1
1: The corresponding bit in the filter is checked
Trait Implementations§
impl Copy for RtrMsk
impl Eq for RtrMsk
impl StructuralPartialEq for RtrMsk
Auto Trait Implementations§
impl Freeze for RtrMsk
impl RefUnwindSafe for RtrMsk
impl Send for RtrMsk
impl Sync for RtrMsk
impl Unpin for RtrMsk
impl UnwindSafe for RtrMsk
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