pub enum WaitReason {
Show 16 variants
EXECUTIVE,
FREE_PAGE,
PAGE_IN,
POOL_ALLOCATION,
DELAY_EXECUTION,
SUSPENDED,
USER_REQUEST,
WR_EXECUTIVE,
WR_FREE_PAGE,
WR_PAGE_IN,
WR_POOL_ALLOCATION,
WR_DELAY_EXECUTION,
WR_SUSPENDED,
WR_USER_REQUEST,
UNKNOWN,
WR_QUEUE,
}Variants§
EXECUTIVE
FREE_PAGE
PAGE_IN
POOL_ALLOCATION
DELAY_EXECUTION
SUSPENDED
USER_REQUEST
WR_EXECUTIVE
WR_FREE_PAGE
WR_PAGE_IN
WR_POOL_ALLOCATION
WR_DELAY_EXECUTION
WR_SUSPENDED
WR_USER_REQUEST
UNKNOWN
WR_QUEUE
Trait Implementations§
Source§impl Debug for WaitReason
impl Debug for WaitReason
Source§impl PartialEq for WaitReason
impl PartialEq for WaitReason
impl StructuralPartialEq for WaitReason
Auto Trait Implementations§
impl Freeze for WaitReason
impl RefUnwindSafe for WaitReason
impl Send for WaitReason
impl Sync for WaitReason
impl Unpin for WaitReason
impl UnwindSafe for WaitReason
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