pub struct TIMINGR { /* private fields */ }
Expand description
Timing register
Implementations§
Auto Trait Implementations§
impl !Freeze for TIMINGR
impl !RefUnwindSafe for TIMINGR
impl Send for TIMINGR
impl !Sync for TIMINGR
impl Unpin for TIMINGR
impl UnwindSafe for TIMINGR
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