pub struct CpuIndex(/* private fields */);Expand description
Dense logical index assigned to one CPU-local area.
Implementations§
Trait Implementations§
impl Copy for CpuIndex
impl Eq for CpuIndex
Source§impl Ord for CpuIndex
impl Ord for CpuIndex
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
Source§impl PartialOrd for CpuIndex
impl PartialOrd for CpuIndex
impl StructuralPartialEq for CpuIndex
Auto Trait Implementations§
impl Freeze for CpuIndex
impl RefUnwindSafe for CpuIndex
impl Send for CpuIndex
impl Sync for CpuIndex
impl Unpin for CpuIndex
impl UnsafeUnpin for CpuIndex
impl UnwindSafe for CpuIndex
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