pub enum RealtimeThreadSchedulePolicy {
Fifo,
RoundRobin,
}
Expand description
The following “real-time” policies are also supported, for special time-critical applications that need precise control over the way in which runnable processes are selected for execution
Variants§
Trait Implementations§
Source§impl Clone for RealtimeThreadSchedulePolicy
impl Clone for RealtimeThreadSchedulePolicy
Source§fn clone(&self) -> RealtimeThreadSchedulePolicy
fn clone(&self) -> RealtimeThreadSchedulePolicy
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 RealtimeThreadSchedulePolicy
impl Debug for RealtimeThreadSchedulePolicy
Source§impl Hash for RealtimeThreadSchedulePolicy
impl Hash for RealtimeThreadSchedulePolicy
Source§impl Ord for RealtimeThreadSchedulePolicy
impl Ord for RealtimeThreadSchedulePolicy
Source§fn cmp(&self, other: &RealtimeThreadSchedulePolicy) -> Ordering
fn cmp(&self, other: &RealtimeThreadSchedulePolicy) -> 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 RealtimeThreadSchedulePolicy
impl PartialEq for RealtimeThreadSchedulePolicy
Source§fn eq(&self, other: &RealtimeThreadSchedulePolicy) -> bool
fn eq(&self, other: &RealtimeThreadSchedulePolicy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for RealtimeThreadSchedulePolicy
impl PartialOrd for RealtimeThreadSchedulePolicy
impl Copy for RealtimeThreadSchedulePolicy
impl Eq for RealtimeThreadSchedulePolicy
impl StructuralPartialEq for RealtimeThreadSchedulePolicy
Auto Trait Implementations§
impl Freeze for RealtimeThreadSchedulePolicy
impl RefUnwindSafe for RealtimeThreadSchedulePolicy
impl Send for RealtimeThreadSchedulePolicy
impl Sync for RealtimeThreadSchedulePolicy
impl Unpin for RealtimeThreadSchedulePolicy
impl UnwindSafe for RealtimeThreadSchedulePolicy
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
)