#[repr(u8)]pub enum RtrMsk {
FRAME_TYPE_NO = 0,
FRAME_TYPE_YES = 1,
}Variants§
FRAME_TYPE_NO = 0
The corresponding bit in the filter is “don’t care.”
FRAME_TYPE_YES = 1
The corresponding bit in the filter is checked.
Implementations§
Trait Implementations§
Source§impl Ord for RtrMsk
impl Ord for RtrMsk
Source§impl PartialOrd for RtrMsk
impl PartialOrd for RtrMsk
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