Struct libc::sched_param [] [src]

pub struct sched_param {
    pub sched_priority: c_int,
}

Fields

sched_priority

Trait Implementations

impl Copy for sched_param

impl Clone for sched_param

fn clone(&self) -> sched_param

fn clone_from(&mut self, source: &Self)