#[repr(C)]pub enum PRThreadPriority {
PR_PRIORITY_LOW = 0,
PR_PRIORITY_NORMAL = 1,
PR_PRIORITY_HIGH = 2,
PR_PRIORITY_URGENT = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PRThreadPriority
impl Clone for PRThreadPriority
Source§fn clone(&self) -> PRThreadPriority
fn clone(&self) -> PRThreadPriority
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PRThreadPriority
impl Debug for PRThreadPriority
Source§impl PartialEq for PRThreadPriority
impl PartialEq for PRThreadPriority
impl Copy for PRThreadPriority
impl Eq for PRThreadPriority
impl StructuralPartialEq for PRThreadPriority
Auto Trait Implementations§
impl Freeze for PRThreadPriority
impl RefUnwindSafe for PRThreadPriority
impl Send for PRThreadPriority
impl Sync for PRThreadPriority
impl Unpin for PRThreadPriority
impl UnwindSafe for PRThreadPriority
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