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]

pub fn count(&self) -> Option<u8>[src]

Number of strings

pub fn configuration_strings(&self) -> &Strings

Notable traits for Strings

impl Iterator for Strings type Item = String;
[src]

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

impl Debug for SMBiosSystemConfigurationOptions<'_>[src]

impl<'a> SMBiosStruct<'a> for SMBiosSystemConfigurationOptions<'a>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.