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> Freeze for SMBiosSystemConfigurationOptions<'a>
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