#[repr(C)]pub struct priority {
pub pri_class: u_char,
pub pri_level: u_char,
pub pri_native: u_char,
pub pri_user: u_char,
}Fields§
§pri_class: u_charScheduling class.
pri_level: u_charNormal priority level.
pri_native: u_charPriority before propagation.
pri_user: u_charUser priority based on p_cpu and p_nice.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for priority
impl RefUnwindSafe for priority
impl Send for priority
impl Sync for priority
impl Unpin for priority
impl UnwindSafe for priority
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