enum SleepState {
Inactive,
Active {
activated_queues: BTreeMap<usize, Queue>,
},
}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