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