Struct smbioslib::SMBiosIpmiDeviceInformation [−][src]
pub struct SMBiosIpmiDeviceInformation<'a> { /* fields omitted */ }
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
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.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosIpmiDeviceInformation<'a>
impl<'a> Send for SMBiosIpmiDeviceInformation<'a>
impl<'a> Sync for SMBiosIpmiDeviceInformation<'a>
impl<'a> Unpin for SMBiosIpmiDeviceInformation<'a>
impl<'a> UnwindSafe for SMBiosIpmiDeviceInformation<'a>