Struct Tsedge
#[repr(transparent)]pub struct Tsedge(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsedge
impl Tsedge
pub const RISINGEDGE: Self
pub const RISINGEDGE: Self
RTC_TS input rising edge generates a time-stamp event
pub const FALLINGEDGE: Self
pub const FALLINGEDGE: Self
RTC_TS input falling edge generates a time-stamp event
Trait Implementations§
§impl Ord for Tsedge
impl Ord for Tsedge
§impl PartialOrd for Tsedge
impl PartialOrd for Tsedge
impl Copy for Tsedge
impl Eq for Tsedge
impl StructuralPartialEq for Tsedge
Auto Trait Implementations§
impl Freeze for Tsedge
impl RefUnwindSafe for Tsedge
impl Send for Tsedge
impl Sync for Tsedge
impl Unpin for Tsedge
impl UnwindSafe for Tsedge
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