pub struct PowerProfileClient { /* private fields */ }
Expand description
Convenience type for interacting with the Power Manager’s power profile service.
Implementations§
Auto Trait Implementations§
impl Freeze for PowerProfileClient
impl !RefUnwindSafe for PowerProfileClient
impl Send for PowerProfileClient
impl Sync for PowerProfileClient
impl Unpin for PowerProfileClient
impl !UnwindSafe for PowerProfileClient
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