Enum Jexten
#[repr(u8)]pub enum Jexten {
DISABLED = 0,
RISINGEDGE = 1,
FALLINGEDGE = 2,
BOTHEDGES = 3,
}
Variants§
DISABLED = 0
Trigger detection disabled
RISINGEDGE = 1
Trigger detection on the rising edge
FALLINGEDGE = 2
Trigger detection on the falling edge
BOTHEDGES = 3
Trigger detection on both the rising and falling edges
Implementations§
Trait Implementations§
§impl Ord for Jexten
impl Ord for Jexten
§impl PartialOrd for Jexten
impl PartialOrd for Jexten
impl Copy for Jexten
impl Eq for Jexten
impl StructuralPartialEq for Jexten
Auto Trait Implementations§
impl Freeze for Jexten
impl RefUnwindSafe for Jexten
impl Send for Jexten
impl Sync for Jexten
impl Unpin for Jexten
impl UnwindSafe for Jexten
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)