Struct nix::sys::ioctl::libc::sched_param [] [src]

pub struct sched_param {
    pub sched_priority: i32,
}

Fields

sched_priority

Trait Implementations

impl Clone for sched_param

fn clone(&self) -> sched_param

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

impl Copy for sched_param