#[repr(u8)]pub enum EvtSel {
RISING = 0,
FALLING = 1,
BOTH = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for EvtSel
impl Ord for EvtSel
Source§impl PartialOrd for EvtSel
impl PartialOrd for EvtSel
impl Copy for EvtSel
impl Eq for EvtSel
impl StructuralPartialEq for EvtSel
Auto Trait Implementations§
impl Freeze for EvtSel
impl RefUnwindSafe for EvtSel
impl Send for EvtSel
impl Sync for EvtSel
impl Unpin for EvtSel
impl UnwindSafe for EvtSel
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