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