pub struct DevicePowerManager { /* private fields */ }Implementations§
Source§impl DevicePowerManager
impl DevicePowerManager
pub fn new(activity_governor: Option<ActivityGovernorProxy>) -> Self
Trait Implementations§
Source§impl PowerManager for DevicePowerManager
impl PowerManager for DevicePowerManager
Auto Trait Implementations§
impl Freeze for DevicePowerManager
impl !RefUnwindSafe for DevicePowerManager
impl Send for DevicePowerManager
impl Sync for DevicePowerManager
impl Unpin for DevicePowerManager
impl UnsafeUnpin for DevicePowerManager
impl !UnwindSafe for DevicePowerManager
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