Enum Tss
#[repr(u8)]pub enum Tss {
Zero = 0,
Increment = 1,
External = 2,
_RESERVED_3 = 3,
}Variants§
Zero = 0
Timestamp counter value always 0x0000
Increment = 1
Timestamp counter value incremented according to TCP
External = 2
External timestamp counter from TIM3 value (tim3_cnt[0:15])
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Tss
impl Eq for Tss
§impl Ord for Tss
impl Ord for Tss
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Tss
impl PartialOrd for Tss
impl StructuralPartialEq for Tss
Auto Trait Implementations§
impl Freeze for Tss
impl RefUnwindSafe for Tss
impl Send for Tss
impl Sync for Tss
impl Unpin for Tss
impl UnsafeUnpin for Tss
impl UnwindSafe for Tss
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