Struct smbioslib::SMBiosMemoryChannel[][src]

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

Memory Channel (Type 37)

The information in this structure provides the correlation between a Memory Channel and its associated [SMBiosMemoryDevice]s.

Each device presents one or more loads to the channel; the sum of all device loads cannot exceed the channel’s defined maximum.

NOTE This structure type was added in version 2.3 of this specification.

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

Implementations

Type of memory associated with the channel

Maximum load supported by the channel; the sum of all device loads cannot exceed this value

Number of [SMBiosMemoryDevice]s (Type 11h) that are associated with this channel

This value also defines the number of Load/Handle pairs that follow.

Load/Handle pairs defining the [SMBiosMemoryDevice]s associated with this memory channel.

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.