Enum Tsovmf
#[repr(u8)]pub enum Tsovmf {
_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 Tsovmf
impl Eq for Tsovmf
§impl Ord for Tsovmf
impl Ord for Tsovmf
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 Tsovmf
impl PartialOrd for Tsovmf
impl StructuralPartialEq for Tsovmf
Auto Trait Implementations§
impl Freeze for Tsovmf
impl RefUnwindSafe for Tsovmf
impl Send for Tsovmf
impl Sync for Tsovmf
impl Unpin for Tsovmf
impl UnsafeUnpin for Tsovmf
impl UnwindSafe for Tsovmf
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