Struct libc::sched_param [−][src]
#[repr(C)]pub struct sched_param { pub sched_priority: c_int, }
Fields
sched_priority: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.