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