Enum IdeMsk
pub enum IdeMsk {
_0 = 0,
_1 = 1,
}Expand description
ID Extended 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 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