Struct Tsf
#[repr(transparent)]pub struct Tsf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsf
impl Tsf
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 Tsf
impl Ord for Tsf
§impl PartialOrd for Tsf
impl PartialOrd for Tsf
impl Copy for Tsf
impl Eq 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 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