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