Struct smbioslib::SMBiosManagementControllerHostInterface [−][src]
pub struct SMBiosManagementControllerHostInterface<'a> { /* fields omitted */ }
Expand description
Management Controller Host Interface (Type 42)
The information in this structure defines the attributes of a Management Controller Host Interface that is not discoverable by “Plug and Play” mechanisms. The Type 42 structure can be used to describe a physical management controller host interface and one or more protocols that share that interface.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
In SMBIOS 3.2, a Change Request is applied to this structure to add the missing information that is needed to parse the structure completely. The addition of the Interface Type Specific Data Length field may cause parser (prior to SMBIOS 3.2) compatibility issue when Interface Type = OEM. Prior to SMBIOS 3.2, when Interface Type = OEM, the first four bytes following the Interface Type field is the IANA-assigned vendor ID.
Implementations
Management Controller Interface Type
Interface Type Specific Data Length
X number of Protocol Records for this Host Interface Type
pub fn protocol_record_iterator(&self) -> ProtocolRecordIterator<'_>ⓘNotable traits for ProtocolRecordIterator<'a>
impl<'a> Iterator for ProtocolRecordIterator<'a> type Item = ProtocolRecord<'a>;
[src]
pub fn protocol_record_iterator(&self) -> ProtocolRecordIterator<'_>ⓘNotable traits for ProtocolRecordIterator<'a>
impl<'a> Iterator for ProtocolRecordIterator<'a> type Item = ProtocolRecord<'a>;
[src]Protocol Records
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 SMBiosManagementControllerHostInterface<'a>
impl<'a> Send for SMBiosManagementControllerHostInterface<'a>
impl<'a> Sync for SMBiosManagementControllerHostInterface<'a>
impl<'a> Unpin for SMBiosManagementControllerHostInterface<'a>
impl<'a> UnwindSafe for SMBiosManagementControllerHostInterface<'a>