pub struct ScheduleParams {
pub sched_priority: c_int,
}
Expand description
Proxy structure to maintain compatibility between glibc and musl
Fields§
§sched_priority: c_int
Copy of sched_priority
from libc::sched_param
Trait Implementations§
Source§impl Clone for ScheduleParams
impl Clone for ScheduleParams
Source§fn clone(&self) -> ScheduleParams
fn clone(&self) -> ScheduleParams
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 ScheduleParams
impl Debug for ScheduleParams
Source§impl Ord for ScheduleParams
impl Ord for ScheduleParams
Source§fn cmp(&self, other: &ScheduleParams) -> Ordering
fn cmp(&self, other: &ScheduleParams) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScheduleParams
impl PartialEq for ScheduleParams
Source§impl PartialOrd for ScheduleParams
impl PartialOrd for ScheduleParams
impl Copy for ScheduleParams
impl Eq for ScheduleParams
impl StructuralPartialEq for ScheduleParams
Auto Trait Implementations§
impl Freeze for ScheduleParams
impl RefUnwindSafe for ScheduleParams
impl Send for ScheduleParams
impl Sync for ScheduleParams
impl Unpin for ScheduleParams
impl UnwindSafe for ScheduleParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)