Struct librobotcontrol_sys::sched_param
source · #[repr(C)]pub struct sched_param {
pub sched_priority: c_int,
pub __reserved1: c_int,
pub __reserved2: [c_long; 4],
pub __reserved3: c_int,
}
Fields§
§sched_priority: c_int
§__reserved1: c_int
§__reserved2: [c_long; 4]
§__reserved3: 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 Default for sched_param
impl Default for sched_param
source§fn default() -> sched_param
fn default() -> sched_param
Returns the “default value” for a type. Read more