Struct esp32c2_hal::system::SystemClockControl
source · pub struct SystemClockControl { /* private fields */ }
Expand description
Controls the configuration of the chip’s clocks.
Auto Trait Implementations
impl RefUnwindSafe for SystemClockControl
impl Send for SystemClockControl
impl Sync for SystemClockControl
impl Unpin for SystemClockControl
impl UnwindSafe for SystemClockControl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more