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