Struct thread_priority::ScheduleParams
[−]
[src]
#[repr(C)]pub struct ScheduleParams { pub sched_priority: i32, }
Fields
sched_priority: i32
Trait Implementations
impl Copy for sched_param[src]
impl Clone for sched_param[src]
fn clone(&self) -> sched_param
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more