pub struct CoreClk { /* private fields */ }Expand description
Constrainted PRCI peripheral
Implementations§
Auto Trait Implementations§
impl Freeze for CoreClk
impl RefUnwindSafe for CoreClk
impl Send for CoreClk
impl Sync for CoreClk
impl Unpin for CoreClk
impl UnwindSafe for CoreClk
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