pub struct RuntimeCpuId(/* private fields */);Expand description
Logical CPU identifier exchanged with the operating-system runtime.
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeCpuId
impl Clone for RuntimeCpuId
Source§fn clone(&self) -> RuntimeCpuId
fn clone(&self) -> RuntimeCpuId
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 RuntimeCpuId
Source§impl Debug for RuntimeCpuId
impl Debug for RuntimeCpuId
impl Eq for RuntimeCpuId
Source§impl Hash for RuntimeCpuId
impl Hash for RuntimeCpuId
Source§impl Ord for RuntimeCpuId
impl Ord for RuntimeCpuId
Source§fn cmp(&self, other: &RuntimeCpuId) -> Ordering
fn cmp(&self, other: &RuntimeCpuId) -> 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 RuntimeCpuId
impl PartialEq for RuntimeCpuId
Source§impl PartialOrd for RuntimeCpuId
impl PartialOrd for RuntimeCpuId
impl StructuralPartialEq for RuntimeCpuId
Auto Trait Implementations§
impl Freeze for RuntimeCpuId
impl RefUnwindSafe for RuntimeCpuId
impl Send for RuntimeCpuId
impl Sync for RuntimeCpuId
impl Unpin for RuntimeCpuId
impl UnsafeUnpin for RuntimeCpuId
impl UnwindSafe for RuntimeCpuId
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