pub struct Rcc {
    pub cfgr: CFGR,
}Expand description
Constrained RCC peripheral
Fields§
§cfgr: CFGRAuto Trait Implementations§
impl Freeze for Rcc
impl RefUnwindSafe for Rcc
impl Send for Rcc
impl Sync for Rcc
impl Unpin for Rcc
impl UnwindSafe for Rcc
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