Enum Tsf
#[repr(u8)]pub enum Tsf {
_RESERVED_0 = 0,
TimestampEvent = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Tsf
impl Eq for Tsf
§impl Ord for Tsf
impl Ord for Tsf
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 Tsf
impl PartialOrd for Tsf
impl StructuralPartialEq for Tsf
Auto Trait Implementations§
impl Freeze for Tsf
impl RefUnwindSafe for Tsf
impl Send for Tsf
impl Sync for Tsf
impl Unpin for Tsf
impl UnsafeUnpin for Tsf
impl UnwindSafe for Tsf
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