Struct Clocks
#[repr(C)]pub struct Clocks {
pub hclk1: MaybeHertz,
pub pclk1: MaybeHertz,
pub pclk1_tim: MaybeHertz,
pub pclk2: MaybeHertz,
pub rtc: MaybeHertz,
pub sys: MaybeHertz,
}
Fields§
§hclk1: MaybeHertz
§pclk1: MaybeHertz
§pclk1_tim: MaybeHertz
§pclk2: MaybeHertz
§rtc: MaybeHertz
§sys: MaybeHertz
Trait Implementations§
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)