#[repr(u8)]pub enum P0ByteSel {
P0_BYTE_SEL0 = 0,
P0_BYTE_SEL1 = 1,
}Variants§
P0_BYTE_SEL0 = 0
Sets the filter to 3-byte address mode
P0_BYTE_SEL1 = 1
Sets the filter to 4-byte address mode
Implementations§
Trait Implementations§
Source§impl Ord for P0ByteSel
impl Ord for P0ByteSel
Source§impl PartialOrd for P0ByteSel
impl PartialOrd for P0ByteSel
impl Copy for P0ByteSel
impl Eq for P0ByteSel
impl StructuralPartialEq for P0ByteSel
Auto Trait Implementations§
impl Freeze for P0ByteSel
impl RefUnwindSafe for P0ByteSel
impl Send for P0ByteSel
impl Sync for P0ByteSel
impl Unpin for P0ByteSel
impl UnwindSafe for P0ByteSel
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