Struct redfish_codegen::models::memory_chunks::v1_5_0::InterleaveSet
source · pub struct InterleaveSet {
pub memory: Option<IdRef>,
pub memory_level: Option<i64>,
pub offset_mi_b: Option<i64>,
pub region_id: Option<String>,
pub size_mi_b: Option<i64>,
}
Expand description
This an interleave set for a memory chunk.
Fields§
§memory: Option<IdRef>
§memory_level: Option<i64>
Level of the interleave set for multi-level tiered memory.
offset_mi_b: Option<i64>
Offset within the DIMM that corresponds to the start of this memory region, measured in mebibytes (MiB).
region_id: Option<String>
DIMM region identifier.
size_mi_b: Option<i64>
Size of this memory region measured in mebibytes (MiB).
Trait Implementations§
source§impl Clone for InterleaveSet
impl Clone for InterleaveSet
source§fn clone(&self) -> InterleaveSet
fn clone(&self) -> InterleaveSet
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 InterleaveSet
impl Debug for InterleaveSet
source§impl Default for InterleaveSet
impl Default for InterleaveSet
source§fn default() -> InterleaveSet
fn default() -> InterleaveSet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InterleaveSet
impl<'de> Deserialize<'de> for InterleaveSet
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