#[repr(u8)]pub enum EventPmSuspendedDetailType {
Memory = 0,
Disk = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventPmSuspendedDetailType
impl RefUnwindSafe for EventPmSuspendedDetailType
impl Send for EventPmSuspendedDetailType
impl Sync for EventPmSuspendedDetailType
impl Unpin for EventPmSuspendedDetailType
impl UnwindSafe for EventPmSuspendedDetailType
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