Struct smbioslib::MemoryArrayLocationData [−][src]
pub struct MemoryArrayLocationData {
pub raw: u8,
pub value: MemoryArrayLocation,
}Fields
raw: u8Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: MemoryArrayLocationThe contained MemoryArrayLocation value
Trait Implementations
impl Debug for MemoryArrayLocationData[src]
impl Debug for MemoryArrayLocationData[src]impl Deref for MemoryArrayLocationData[src]
impl Deref for MemoryArrayLocationData[src]type Target = MemoryArrayLocation
type Target = MemoryArrayLocationThe resulting type after dereferencing.
impl Serialize for MemoryArrayLocationData[src]
impl Serialize for MemoryArrayLocationData[src]