Struct libc::sched_param [] [src]

pub struct sched_param {
    pub sched_priority: c_int,
}
Unstable (libc)

: use libc from crates.io

Fields

sched_priority: c_int
Unstable (libc)

: use libc from crates.io