#[repr(u8)]pub enum SelPmatch {
PIN_INTERRUPT = 0,
PATTERN_MATCH = 1,
}Variants§
PIN_INTERRUPT = 0
Pin interrupt. Interrupts are driven in response to the standard pin interrupt function.
PATTERN_MATCH = 1
Pattern match. Interrupts are driven in response to pattern matches.
Implementations§
Trait Implementations§
Source§impl Ord for SelPmatch
impl Ord for SelPmatch
Source§impl PartialOrd for SelPmatch
impl PartialOrd for SelPmatch
impl Copy for SelPmatch
impl Eq for SelPmatch
impl StructuralPartialEq for SelPmatch
Auto Trait Implementations§
impl Freeze for SelPmatch
impl RefUnwindSafe for SelPmatch
impl Send for SelPmatch
impl Sync for SelPmatch
impl Unpin for SelPmatch
impl UnwindSafe for SelPmatch
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