Struct smbioslib::SMBiosBaseboardInformation[][src]

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

Baseboard (or Module) Information (Type 2)

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

Implementations

Baseboard manufacturer

Baseboard product

Baseboard version

Baseboard serial number

Baseboard asset tag

Collection of flags that identify features of this baseboard.

This baseboard’s location within the chassis (chassis is referenced by ChassisHandle).

Handle, or instance number, associated with the chassis in which this board resides.

Type of baseboard.

The count of ObjectHandles.

List of handles of other structures that are contained by this baseboard.

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.