pub struct RtPriority(/* private fields */);Expand description
POSIX real-time priority in the inclusive range 1..=99.
Implementations§
Trait Implementations§
Source§impl Clone for RtPriority
impl Clone for RtPriority
Source§fn clone(&self) -> RtPriority
fn clone(&self) -> RtPriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RtPriority
Source§impl Debug for RtPriority
impl Debug for RtPriority
impl Eq for RtPriority
Source§impl Ord for RtPriority
impl Ord for RtPriority
Source§fn cmp(&self, other: &RtPriority) -> Ordering
fn cmp(&self, other: &RtPriority) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RtPriority
impl PartialEq for RtPriority
Source§impl PartialOrd for RtPriority
impl PartialOrd for RtPriority
impl StructuralPartialEq for RtPriority
Auto Trait Implementations§
impl Freeze for RtPriority
impl RefUnwindSafe for RtPriority
impl Send for RtPriority
impl Sync for RtPriority
impl Unpin for RtPriority
impl UnsafeUnpin for RtPriority
impl UnwindSafe for RtPriority
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