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