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

IPMI Device Information (Type 38)

The information in this structure defines the attributes of an Intelligent Platform Management Interface (IPMI) Baseboard Management Controller (BMC).

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

Implementations

Baseboard Management Controller (BMC) interface type.

IPMI specification revision, in BCD format, to which the BMC was designed

Slave address on the I2C bus of this BMC

Bus ID of the NV storage device.

If no storage device exists for this BMC, the field is set to 0FFh.

Base address (either memory-mapped or I/O) of the BMC

If the least-significant bit of the field is a 1, the address is in I/O space; otherwise, the address is memory-mapped. Refer to the IPMI Interface Specification for usage details.

Base Address Modifier and Interrupt Info

Interrupt number for IPMI System Interface

00h = unspecified/unsupported

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.