pub enum ProcessPriority {
High,
Low,
Normal,
Realtime,
Background,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessPriority
impl RefUnwindSafe for ProcessPriority
impl Send for ProcessPriority
impl Sync for ProcessPriority
impl Unpin for ProcessPriority
impl UnwindSafe for ProcessPriority
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