pub enum PmError {
DomainNotFound,
Timeout,
HardwareError,
}Expand description
Power management operation errors
Variants§
DomainNotFound
The specified power domain does not exist
Timeout
Timeout waiting for power domain status
HardwareError
Hardware error
Trait Implementations§
impl Copy for PmError
impl Eq for PmError
impl StructuralPartialEq for PmError
Auto Trait Implementations§
impl Freeze for PmError
impl RefUnwindSafe for PmError
impl Send for PmError
impl Sync for PmError
impl Unpin for PmError
impl UnwindSafe for PmError
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