Struct libc_interface::sched_param [−][src]
#[repr(C)]pub struct sched_param { pub sched_priority: c_int, }
Fields
sched_priority: c_int
Trait Implementations
impl Copy for sched_param[src]
impl Copy for sched_paramimpl Clone for sched_param[src]
impl Clone for sched_paramfn clone(&self) -> sched_param[src]
fn clone(&self) -> sched_paramReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for sched_param[src]
impl PartialEq for sched_paramfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for sched_param[src]
impl Eq for sched_paramAuto Trait Implementations
impl Send for sched_param
impl Send for sched_paramimpl Sync for sched_param
impl Sync for sched_param