Struct libc::sched_param
source · #[repr(C)]pub struct sched_param {
pub sched_priority: c_int,
}
Fields§
§sched_priority: c_int
Trait Implementations§
source§impl Clone for sched_param
impl Clone for sched_param
source§fn clone(&self) -> sched_param
fn clone(&self) -> sched_param
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for sched_param
impl Debug for sched_param
source§impl Hash for sched_param
impl Hash for sched_param
source§impl PartialEq<sched_param> for sched_param
impl PartialEq<sched_param> for sched_param
source§fn eq(&self, other: &sched_param) -> bool
fn eq(&self, other: &sched_param) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.