pub struct ClockController {
pub peripheral_clocks: PeripheralClocks,
pub pmc: PMC,
/* private fields */
}Fields§
§peripheral_clocks: PeripheralClocks§pmc: PMCImplementations§
Auto Trait Implementations§
impl !Sync for ClockController
impl Freeze for ClockController
impl RefUnwindSafe for ClockController
impl Send for ClockController
impl Unpin for ClockController
impl UnsafeUnpin for ClockController
impl UnwindSafe for ClockController
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