pub enum SchedulerFlags {
Normal = 0,
DirtyCpu = 1,
DirtyIo = 2,
}
Variants§
Auto Trait Implementations§
impl Freeze for SchedulerFlags
impl RefUnwindSafe for SchedulerFlags
impl Send for SchedulerFlags
impl Sync for SchedulerFlags
impl Unpin for SchedulerFlags
impl UnwindSafe for SchedulerFlags
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