Struct stm32f412g::rcc::Rcc
source · pub struct Rcc { /* private fields */ }
Implementations§
Auto 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