Struct Tsmf
#[repr(transparent)]pub struct Tsmf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsmf
impl Tsmf
pub const TIMESTAMPEVENT: Self
pub const TIMESTAMPEVENT: Self
This flag is set by hardware when a time-stamp event occurs
Trait Implementations§
§impl Ord for Tsmf
impl Ord for Tsmf
§impl PartialOrd for Tsmf
impl PartialOrd for Tsmf
impl Copy for Tsmf
impl Eq for Tsmf
impl StructuralPartialEq for Tsmf
Auto Trait Implementations§
impl Freeze for Tsmf
impl RefUnwindSafe for Tsmf
impl Send for Tsmf
impl Sync for Tsmf
impl Unpin for Tsmf
impl UnwindSafe for Tsmf
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