pub struct SMBiosFirmwareInventoryInformation<'a> { /* private fields */ }
Expand description

Firmware Inventory Information (Type 45)

The information in this structure defines an inventory of firmware components in the system. This can include firmware components such as BIOS, BMC, as well as firmware for other devices in the system.

The information can be used by software to display the firmware inventory in a uniform manner. It can also be used by a management controller, such as a BMC, for remote system management. This structure is not intended to replace other standard programmatic interfaces for firmware updates.

One Type 45 structure is provided for each firmware component.

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

Compliant with: DMTF SMBIOS Reference Specification 3.5.0 (DSP0134) Document Date: 2021-09-15

Implementations

Firmware Component Name

EXAMPLE: ‘BMC Firmware’,0

Firmware Version

The format of this value is defined by version_format

Version Format

Firmware ID

The format of this value is defined by firmware_id_format

Firmware ID Format

Release Date

Manufacturer

Lowest Supported Firmware Version

The format of this value is defined by version_format

Image Size

Size of the firmware image that is currently programmed in the device, in bytes. If the Firmware Image Size is unknown, the field is set to FirmwareImageSize::Unknown.

Firmware characteristics information.

Firmware state information.

Defines how many Associated Component Handles are associated with this firmware.

Lists the SMBIOS structure handles that are associated with this firmware, if any.

Value of number_of_associated_components field (n) defines the count.

NOTE: This list may contain zero or more handles to any SMBIOS structure that represents a device with a firmware component.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.