Struct libc::sched_param [−][src]
#[repr(C)]pub struct sched_param { pub sched_priority: c_int, }
Fields
sched_priority: c_int
Trait Implementations
impl Clone for sched_param
[src]
impl Clone for sched_param
[src]#[repr(C)]pub struct sched_param { pub sched_priority: c_int, }
sched_priority: c_int
impl Clone for sched_param
[src]fn clone(&self) -> sched_param
[src]pub fn clone_from(&mut self, source: &Self)
1.0.0[src]impl Copy for sched_param
[src]