Struct redfish_codegen::models::computer_system::v1_20_0::ProcessorSummary
source · pub struct ProcessorSummary {
pub core_count: Option<i64>,
pub count: Option<i64>,
pub logical_processor_count: Option<i64>,
pub metrics: Option<IdRef>,
pub model: Option<String>,
pub status: Option<Status>,
pub threading_enabled: Option<bool>,
}
Expand description
The central processors of the system in general detail.
Fields§
§core_count: Option<i64>
The number of processor cores in the system.
count: Option<i64>
The number of physical processors in the system.
logical_processor_count: Option<i64>
The number of logical processors in the system.
metrics: Option<IdRef>
§model: Option<String>
The processor model for the primary or majority of processors in this system.
status: Option<Status>
§threading_enabled: Option<bool>
An indication of whether threading is enabled on all processors in this system.
Trait Implementations§
source§impl Clone for ProcessorSummary
impl Clone for ProcessorSummary
source§fn clone(&self) -> ProcessorSummary
fn clone(&self) -> ProcessorSummary
Returns a copy 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 ProcessorSummary
impl Debug for ProcessorSummary
source§impl Default for ProcessorSummary
impl Default for ProcessorSummary
source§fn default() -> ProcessorSummary
fn default() -> ProcessorSummary
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProcessorSummary
impl<'de> Deserialize<'de> for ProcessorSummary
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more