Struct smbioslib::SMBiosSystemConfigurationOptions [−][src]
pub struct SMBiosSystemConfigurationOptions<'a> { /* fields omitted */ }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
impl<'a> SMBiosSystemConfigurationOptions<'a>[src]
impl<'a> SMBiosSystemConfigurationOptions<'a>[src]Trait Implementations
impl Debug for SMBiosSystemConfigurationOptions<'_>[src]
impl Debug for SMBiosSystemConfigurationOptions<'_>[src]impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>[src]
impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>[src]const STRUCT_TYPE: u8[src]
const STRUCT_TYPE: u8[src]The SMBIOS structure type Read more
fn new(parts: &'a UndefinedStruct) -> Self[src]
fn new(parts: &'a UndefinedStruct) -> Self[src]Creates a new instance of the implementing SMBIOS type
fn parts(&self) -> &'a UndefinedStruct[src]
fn parts(&self) -> &'a UndefinedStruct[src]Contains the standard parts/sections of the implementing SMBIOS type.
impl Serialize for SMBiosSystemConfigurationOptions<'_>[src]
impl Serialize for SMBiosSystemConfigurationOptions<'_>[src]