Struct libc_interface::sched_param[][src]

#[repr(C)]
pub struct sched_param { pub sched_priority: c_int, }

Fields

Trait Implementations

impl Copy for sched_param
[src]

impl Clone for sched_param
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sched_param
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sched_param
[src]

Auto Trait Implementations

impl Send for sched_param

impl Sync for sched_param