pub struct FreqMonitor {
pub sys: AhbClkMux,
pub force_osc_sys: ForceMux,
pub force32k_clk: Force32kClk,
}Fields§
§sys: AhbClkMux§force_osc_sys: ForceMux§force32k_clk: Force32kClkTrait Implementations§
Auto Trait Implementations§
impl Freeze for FreqMonitor
impl RefUnwindSafe for FreqMonitor
impl Send for FreqMonitor
impl Sync for FreqMonitor
impl Unpin for FreqMonitor
impl UnsafeUnpin for FreqMonitor
impl UnwindSafe for FreqMonitor
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