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