Struct Exten
#[repr(transparent)]pub struct Exten(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exten
impl Exten
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 Exten
impl Ord for Exten
§impl PartialOrd for Exten
impl PartialOrd for Exten
impl Copy for Exten
impl Eq for Exten
impl StructuralPartialEq for Exten
Auto Trait Implementations§
impl Freeze for Exten
impl RefUnwindSafe for Exten
impl Send for Exten
impl Sync for Exten
impl Unpin for Exten
impl UnwindSafe for Exten
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