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