#[repr(transparent)]pub struct Etscv(pub u32);Expand description
External Timestamp Counter Value
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Etscv
impl Eq for Etscv
impl StructuralPartialEq for Etscv
Auto Trait Implementations§
impl Freeze for Etscv
impl RefUnwindSafe for Etscv
impl Send for Etscv
impl Sync for Etscv
impl Unpin for Etscv
impl UnwindSafe for Etscv
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