pub enum EXTENW {
DISABLED,
RISINGEDGE,
FALLINGEDGE,
BOTHEDGES,
}
Expand description
Values that can be written to the field EXTEN
Variants§
DISABLED
Trigger detection disabled
RISINGEDGE
Trigger detection on the rising edge
FALLINGEDGE
Trigger detection on the falling edge
BOTHEDGES
Trigger detection on both the rising and falling edges
Auto Trait Implementations§
impl Freeze for EXTENW
impl RefUnwindSafe for EXTENW
impl Send for EXTENW
impl Sync for EXTENW
impl Unpin for EXTENW
impl UnwindSafe for EXTENW
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