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