pub struct SMBiosOnBoardDeviceInformation<'a> { /* private fields */ }
Expand description
On Board Devices Information (Type 10, Obsolete)
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 enabling of the associated device for use by the system.
NOTE This structure is obsolete starting with version 2.6 of this specification; the super::SMBiosOnboardDevicesExtendedInformation (Type 41) structure should be used instead. 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> SMBiosOnBoardDeviceInformation<'a>
impl<'a> SMBiosOnBoardDeviceInformation<'a>
sourcepub fn number_of_devices(&self) -> usize
pub fn number_of_devices(&self) -> usize
The number of OnBoardDevice entries
sourcepub fn onboard_device_iterator(&'a self) -> OnBoardDeviceIterator<'a> ⓘ
pub fn onboard_device_iterator(&'a self) -> OnBoardDeviceIterator<'a> ⓘ
Iterates over the OnBoardDevice entries