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