pub struct SMBiosOemStrings<'a> { /* private fields */ }Expand description
§OEM Strings (Type 11)
This structure contains free-form strings defined by the OEM. Examples of this are part numbers for system reference documents, contact information for the manufacturer, etc.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations§
Source§impl<'a> SMBiosOemStrings<'a>
impl<'a> SMBiosOemStrings<'a>
Sourcepub fn oem_strings(&self) -> &SMBiosStringSet ⓘ
pub fn oem_strings(&self) -> &SMBiosStringSet ⓘ
Iterable collection of OEM strings
Trait Implementations§
Source§impl Debug for SMBiosOemStrings<'_>
impl Debug for SMBiosOemStrings<'_>
Source§impl<'a> SMBiosStruct<'a> for SMBiosOemStrings<'a>
impl<'a> SMBiosStruct<'a> for SMBiosOemStrings<'a>
Source§const STRUCT_TYPE: u8 = 11u8
const STRUCT_TYPE: u8 = 11u8
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.