pub struct SystemPriority(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SystemPriority
impl Clone for SystemPriority
Source§fn clone(&self) -> SystemPriority
fn clone(&self) -> SystemPriority
Returns a duplicate 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 SystemPriority
impl Debug for SystemPriority
Source§impl Default for SystemPriority
impl Default for SystemPriority
Source§fn default() -> SystemPriority
fn default() -> SystemPriority
Returns the “default value” for a type. Read more
Source§impl Ord for SystemPriority
impl Ord for SystemPriority
Source§fn cmp(&self, other: &SystemPriority) -> Ordering
fn cmp(&self, other: &SystemPriority) -> 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 SystemPriority
impl PartialEq for SystemPriority
Source§impl PartialOrd for SystemPriority
impl PartialOrd for SystemPriority
impl Copy for SystemPriority
impl Eq for SystemPriority
impl StructuralPartialEq for SystemPriority
Auto Trait Implementations§
impl Freeze for SystemPriority
impl RefUnwindSafe for SystemPriority
impl Send for SystemPriority
impl Sync for SystemPriority
impl Unpin for SystemPriority
impl UnwindSafe for SystemPriority
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.