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