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