Struct smbioslib::SMBiosMemoryControllerInformation[][src]

pub struct SMBiosMemoryControllerInformation<'a> { /* fields omitted */ }
Expand description

Memory Controller Information (Type 5, Obsolete)

The information in this structure defines the attributes of the system’s memory controller(s) and the supported attributes of any memory-modules present in the sockets controlled by this controller.

Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17

Implementations

Error detecting method

Error correcting capability

Supported interleave

Current interleave

Maximum Memory Module Size

Size of the largest memory module supported (per slot), specified as n, where 2**n is the maximum size in MB

The maximum amount of memory supported by this controller is that value times the number of slots, as specified in offset 0Eh of this structure.

Supported Speeds

Supported Memory Types

Memory Module Voltage

Number of Associated Memory Slots

Memory Module Configuration Handles

Memory Moduel Error Correcting Capabilities

Trait Implementations

Formats the value using the given formatter. Read more

The SMBIOS structure type Read more

Creates a new instance of the implementing SMBIOS type

Contains the standard parts/sections of the implementing SMBIOS type.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.