Struct stm32f4xx_hal::rcc::Clocks
source · pub struct Clocks { /* private fields */ }
Expand description
Frozen clock frequencies
The existence of this value indicates that the clock configuration can no longer be changed
Implementations§
Trait Implementations§
source§impl PartialEq for Clocks
impl PartialEq for Clocks
impl Copy for Clocks
impl Eq for Clocks
impl StructuralPartialEq for Clocks
Auto Trait Implementations§
impl Freeze for Clocks
impl RefUnwindSafe for Clocks
impl Send for Clocks
impl Sync for Clocks
impl Unpin for Clocks
impl UnwindSafe for Clocks
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