Struct redfish_codegen::models::computer_system::v1_20_0::MemorySummary
source · pub struct MemorySummary {
pub memory_mirroring: Option<MemoryMirroring>,
pub metrics: Option<IdRef>,
pub status: Option<Status>,
pub total_system_memory_gi_b: Option<f64>,
pub total_system_persistent_memory_gi_b: Option<f64>,
}
Expand description
The memory of the system in general detail.
Fields§
§memory_mirroring: Option<MemoryMirroring>
§metrics: Option<IdRef>
§status: Option<Status>
§total_system_memory_gi_b: Option<f64>
The total configured operating system-accessible memory (RAM), measured in GiB.
total_system_persistent_memory_gi_b: Option<f64>
The total configured, system-accessible persistent memory, measured in GiB.
Trait Implementations§
source§impl Clone for MemorySummary
impl Clone for MemorySummary
source§fn clone(&self) -> MemorySummary
fn clone(&self) -> MemorySummary
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 MemorySummary
impl Debug for MemorySummary
source§impl Default for MemorySummary
impl Default for MemorySummary
source§fn default() -> MemorySummary
fn default() -> MemorySummary
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MemorySummary
impl<'de> Deserialize<'de> for MemorySummary
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