Enum Tsedge
#[repr(u8)]pub enum Tsedge {
RISING_EDGE = 0,
FALLING_EDGE = 1,
}Variants§
RISING_EDGE = 0
TS input rising edge generates a timestamp event.
FALLING_EDGE = 1
TS input falling edge generates a timestamp event.
Implementations§
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