Struct nc::types::sched_param_t
source · [−]#[repr(C)]pub struct sched_param_t {
pub sched_priority: i32,
}Fields
sched_priority: i32Trait Implementations
sourceimpl Clone for sched_param_t
impl Clone for sched_param_t
sourcefn clone(&self) -> sched_param_t
fn clone(&self) -> sched_param_t
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for sched_param_t
impl Debug for sched_param_t
sourceimpl Default for sched_param_t
impl Default for sched_param_t
sourcefn default() -> sched_param_t
fn default() -> sched_param_t
Returns the “default value” for a type. Read more
impl Copy for sched_param_t
Auto Trait Implementations
impl RefUnwindSafe for sched_param_t
impl Send for sched_param_t
impl Sync for sched_param_t
impl Unpin for sched_param_t
impl UnwindSafe for sched_param_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more