Struct libc::sched_param
#[repr(C)]
pub struct sched_param {
pub sched_priority: ::c_int,
}
Fields
pub sched_priority: ::c_int
Trait Implementations
impl Clone for sched_param
fn clone(&Self) -> sched_param
impl Copy for sched_param
impl Debug for sched_param
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for sched_param
impl 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) -> bool
fn ne(&Self, other: &sched_param) -> bool
impl StructuralEq for sched_param
impl StructuralPartialEq for sched_param
Auto Trait Implementations
impl RefUnwindSafe for sched_param
impl Send for sched_param
impl Sync for sched_param
impl Unpin for sched_param
impl UnwindSafe for sched_param
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T