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