Struct libc::sched_param
#[repr(C)]
pub struct sched_param {
pub sched_priority: ::c_int,
}Fields
pub sched_priority: ::c_intTrait Implementations
impl Clone for sched_param
fn clone(&Self) -> sched_paramimpl Copy for sched_paramimpl Debug for sched_param
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for sched_paramimpl Hash for sched_param
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<sched_param> for sched_param
fn eq(&Self, other: &sched_param) -> boolfn ne(&Self, other: &sched_param) -> boolimpl StructuralEq for sched_paramimpl StructuralPartialEq for sched_paramAuto Trait Implementations
impl RefUnwindSafe for sched_paramimpl Send for sched_paramimpl Sync for sched_paramimpl Unpin for sched_paramimpl UnwindSafe for sched_paramBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T