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