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
sourceimpl<'a> SMBiosSystemConfigurationOptions<'a>
impl<'a> SMBiosSystemConfigurationOptions<'a>
Trait Implementations
sourceimpl Debug for SMBiosSystemConfigurationOptions<'_>
impl Debug for SMBiosSystemConfigurationOptions<'_>
sourceimpl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>
impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>
sourceconst STRUCT_TYPE: u8
const STRUCT_TYPE: u8
The SMBIOS structure type Read more
sourcefn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
sourcefn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
Contains the standard parts/sections of the implementing SMBIOS type.
sourceimpl Serialize for SMBiosSystemConfigurationOptions<'_>
impl Serialize for SMBiosSystemConfigurationOptions<'_>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more