Type Alias CPUIdType

Source
pub type CPUIdType = u32;

Trait Implementations§

Source§

impl From<LogicalCoreId> for CPUIdType

Source§

fn from(v: LogicalCoreId) -> Self

Converts to this type from the input type.
Source§

impl From<PhysicalCoreId> for CPUIdType

Source§

fn from(v: PhysicalCoreId) -> Self

Converts to this type from the input type.