Struct Jexten
#[repr(transparent)]pub struct Jexten(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Jexten
impl Jexten
pub const DISABLED: Self
pub const DISABLED: Self
Trigger detection disabled
pub const RISINGEDGE: Self
pub const RISINGEDGE: Self
Trigger detection on the rising edge
pub const FALLINGEDGE: Self
pub const FALLINGEDGE: Self
Trigger detection on the falling edge
pub const BOTHEDGES: Self
pub const BOTHEDGES: Self
Trigger detection on both the rising and falling edges
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