Struct smbioslib::SMBiosSystemConfigurationOptions [−][src]
pub struct SMBiosSystemConfigurationOptions<'a> { /* fields omitted */ }
Expand description
System Configuration Options (Type 12)
This structure contains information required to configure the baseboard’s Jumpers and Switches.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
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 SMBiosSystemConfigurationOptions<'a>
impl<'a> Send for SMBiosSystemConfigurationOptions<'a>
impl<'a> Sync for SMBiosSystemConfigurationOptions<'a>
impl<'a> Unpin for SMBiosSystemConfigurationOptions<'a>
impl<'a> UnwindSafe for SMBiosSystemConfigurationOptions<'a>