#[repr(u8)]pub enum IdeMsk {
FRAME_FORMAT_NO = 0,
FRAME_FORMAT_YES = 1,
}Variants§
FRAME_FORMAT_NO = 0
The corresponding bit in the filter is “don’t care.”
FRAME_FORMAT_YES = 1
The corresponding bit in the filter is checked.
Implementations§
Trait Implementations§
Source§impl Ord for IdeMsk
impl Ord for IdeMsk
Source§impl PartialOrd for IdeMsk
impl PartialOrd for IdeMsk
impl Copy for IdeMsk
impl Eq for IdeMsk
impl StructuralPartialEq for IdeMsk
Auto Trait Implementations§
impl Freeze for IdeMsk
impl RefUnwindSafe for IdeMsk
impl Send for IdeMsk
impl Sync for IdeMsk
impl Unpin for IdeMsk
impl UnwindSafe for IdeMsk
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