pub struct SMBiosOnboardDevicesExtendedInformation<'a> { /* private fields */ }
Expand description
§Onboard Devices Extended Information (Type 41)
The information in this structure defines the attributes of devices that are onboard (soldered onto) a system element, usually the baseboard.
In general, an entry in this table implies that the BIOS has some level of control over the enablement of the associated device for use by the system.
To describe multi-function devices, use one type 41 structure per function, and one type 14 (Group Association) structure referencing all the function handles.
NOTE: This structure replaces Onboard Device Information (Type 10) starting with version 2.6 of this specification. BIOS providers can choose to implement both types to allow existing SMBIOS browsers to properly display the system’s onboard devices information.
Compliant with: DMTF SMBIOS Reference Specification 3.5.0 (DSP0134) Document Date: 2021-09-15
Implementations§
Source§impl<'a> SMBiosOnboardDevicesExtendedInformation<'a>
impl<'a> SMBiosOnboardDevicesExtendedInformation<'a>
Sourcepub fn reference_designation(&self) -> SMBiosString
pub fn reference_designation(&self) -> SMBiosString
The onboard device reference designation
Sourcepub fn device_type(&self) -> Option<OnBoardDeviceType>
pub fn device_type(&self) -> Option<OnBoardDeviceType>
Device type bit field and enum
Sourcepub fn device_type_instance(&self) -> Option<u8>
pub fn device_type_instance(&self) -> Option<u8>
Device type instance
Sourcepub fn segment_group_number(&self) -> Option<SegmentGroupNumber>
pub fn segment_group_number(&self) -> Option<SegmentGroupNumber>
Segment group number
Sourcepub fn bus_number(&self) -> Option<BusNumber>
pub fn bus_number(&self) -> Option<BusNumber>
Bus number
Sourcepub fn device_function_number(&self) -> Option<DeviceFunctionNumber>
pub fn device_function_number(&self) -> Option<DeviceFunctionNumber>
Device/Function number