Struct esp32c2_hal::system::CpuControl
source · pub struct CpuControl { /* private fields */ }
Expand description
Controls the configuration of the chip’s clocks.
Auto Trait Implementations§
impl RefUnwindSafe for CpuControl
impl Send for CpuControl
impl Sync for CpuControl
impl Unpin for CpuControl
impl UnwindSafe for CpuControl
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