Struct posix::sched::sched_param [-] [+] [src]

pub struct sched_param {
    pub sched_priority: int_t,
}

Fields

sched_priority

Trait Implementations

Derived Implementations

impl Copy for sched_param