Struct base::sys::linux::sched_attr   
source · #[repr(C)]pub struct sched_attr {
    pub size: u32,
    pub sched_policy: u32,
    pub sched_flags: u64,
    pub sched_nice: i32,
    pub sched_priority: u32,
    pub sched_runtime: u64,
    pub sched_deadline: u64,
    pub sched_period: u64,
    pub sched_util_min: u32,
    pub sched_util_max: u32,
}Fields§
§size: u32§sched_policy: u32§sched_flags: u64§sched_nice: i32§sched_priority: u32§sched_runtime: u64§sched_deadline: u64§sched_period: u64§sched_util_min: u32§sched_util_max: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for sched_attr
impl RefUnwindSafe for sched_attr
impl Send for sched_attr
impl Sync for sched_attr
impl Unpin for sched_attr
impl UnwindSafe for sched_attr
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