Enum uacpi::sleep::SleepState
source · #[repr(C)]pub enum SleepState {
S0 = 0,
S1 = 1,
S2 = 2,
S3 = 3,
S4 = 4,
S5 = 5,
}Variants§
Auto Trait Implementations§
impl Freeze for SleepState
impl RefUnwindSafe for SleepState
impl Send for SleepState
impl Sync for SleepState
impl Unpin for SleepState
impl UnwindSafe for SleepState
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