pub struct SMBiosSystemConfigurationOptions<'a> { /* private fields */ }
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§
source§impl<'a> SMBiosSystemConfigurationOptions<'a>
impl<'a> SMBiosSystemConfigurationOptions<'a>
sourcepub fn configuration_strings(&self) -> &SMBiosStringSet ⓘ
pub fn configuration_strings(&self) -> &SMBiosStringSet ⓘ
Iterable collection of OEM strings
EXAMPLES: “JP2: 1-2 Cache Size is 256K, 2-3 Cache Size is 512K” “SW1-1: Close to Disable On Board Video”
Trait Implementations§
source§impl Debug for SMBiosSystemConfigurationOptions<'_>
impl Debug for SMBiosSystemConfigurationOptions<'_>
source§impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>
impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>
source§const STRUCT_TYPE: u8 = 12u8
const STRUCT_TYPE: u8 = 12u8
The SMBIOS structure type Read more
source§fn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
source§fn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
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>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more