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