#[repr(u8)]pub enum Edgx1 {
DISABLED = 0,
FALLING_EDGE = 1,
RISING_EDGE = 2,
ANY_EDGE = 3,
}Variants§
DISABLED = 0
Disabled
FALLING_EDGE = 1
Capture falling edges
RISING_EDGE = 2
Capture rising edges
ANY_EDGE = 3
Capture any edge
Implementations§
Trait Implementations§
Source§impl Ord for Edgx1
impl Ord for Edgx1
Source§impl PartialOrd for Edgx1
impl PartialOrd for Edgx1
impl Copy for Edgx1
impl Eq for Edgx1
impl StructuralPartialEq for Edgx1
Auto Trait Implementations§
impl Freeze for Edgx1
impl RefUnwindSafe for Edgx1
impl Send for Edgx1
impl Sync for Edgx1
impl Unpin for Edgx1
impl UnwindSafe for Edgx1
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