Struct Tsfr
#[repr(transparent)]pub struct Tsfr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsfr
impl Tsfr
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 Tsfr
impl Ord for Tsfr
§impl PartialOrd for Tsfr
impl PartialOrd for Tsfr
impl Copy for Tsfr
impl Eq for Tsfr
impl StructuralPartialEq for Tsfr
Auto Trait Implementations§
impl Freeze for Tsfr
impl RefUnwindSafe for Tsfr
impl Send for Tsfr
impl Sync for Tsfr
impl Unpin for Tsfr
impl UnwindSafe for Tsfr
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