Struct smbioslib::SMBiosOnboardDevicesExtendedInformation [−][src]
pub struct SMBiosOnboardDevicesExtendedInformation<'a> { /* fields omitted */ }
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.
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.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
The onboard device reference designation
Device type bit field and enum
Device type instance
Segment group number
Bus number
Device/Function number
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 SMBiosOnboardDevicesExtendedInformation<'a>
impl<'a> Send for SMBiosOnboardDevicesExtendedInformation<'a>
impl<'a> Sync for SMBiosOnboardDevicesExtendedInformation<'a>
impl<'a> Unpin for SMBiosOnboardDevicesExtendedInformation<'a>
impl<'a> UnwindSafe for SMBiosOnboardDevicesExtendedInformation<'a>