#[repr(u8)]pub enum Edgb0 {
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 Edgb0
impl Ord for Edgb0
Source§impl PartialOrd for Edgb0
impl PartialOrd for Edgb0
impl Copy for Edgb0
impl Eq for Edgb0
impl StructuralPartialEq for Edgb0
Auto Trait Implementations§
impl Freeze for Edgb0
impl RefUnwindSafe for Edgb0
impl Send for Edgb0
impl Sync for Edgb0
impl Unpin for Edgb0
impl UnwindSafe for Edgb0
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