Enum Itsf
#[repr(u8)]pub enum Itsf {
_RESERVED_0 = 0,
TimestampEvent = 1,
}Variants§
_RESERVED_0 = 0
TimestampEvent = 1
This flag is set by hardware when a timestamp on the internal event occurs
Implementations§
Trait Implementations§
impl Copy for Itsf
impl Eq for Itsf
§impl Ord for Itsf
impl Ord for Itsf
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 Itsf
impl PartialOrd for Itsf
impl StructuralPartialEq for Itsf
Auto Trait Implementations§
impl Freeze for Itsf
impl RefUnwindSafe for Itsf
impl Send for Itsf
impl Sync for Itsf
impl Unpin for Itsf
impl UnsafeUnpin for Itsf
impl UnwindSafe for Itsf
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