#[non_exhaustive]pub struct PowerControl {}Expand description
Used to gate access to the run-time power control features of the chip.
Auto Trait Implementations§
impl Freeze for PowerControl
impl RefUnwindSafe for PowerControl
impl Send for PowerControl
impl Sync for PowerControl
impl Unpin for PowerControl
impl UnwindSafe for PowerControl
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