#[repr(C)]pub struct CpuPhysicalLocation2 {
pub package: u32,
pub module: u32,
pub tile: u32,
pub die: u32,
pub core: u32,
pub thread: u32,
}Fields§
§package: u32§module: u32§tile: u32§die: u32§core: u32§thread: u32Trait Implementations§
Source§impl Clone for CpuPhysicalLocation2
impl Clone for CpuPhysicalLocation2
Source§fn clone(&self) -> CpuPhysicalLocation2
fn clone(&self) -> CpuPhysicalLocation2
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 CpuPhysicalLocation2
impl Debug for CpuPhysicalLocation2
impl Copy for CpuPhysicalLocation2
Auto Trait Implementations§
impl Freeze for CpuPhysicalLocation2
impl RefUnwindSafe for CpuPhysicalLocation2
impl Send for CpuPhysicalLocation2
impl Sync for CpuPhysicalLocation2
impl Unpin for CpuPhysicalLocation2
impl UnwindSafe for CpuPhysicalLocation2
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