Struct smbioslib::SMBiosOemStrings [−][src]
pub struct SMBiosOemStrings<'a> { /* fields omitted */ }
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
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosOemStrings<'a>
impl<'a> Send for SMBiosOemStrings<'a>
impl<'a> Sync for SMBiosOemStrings<'a>
impl<'a> Unpin for SMBiosOemStrings<'a>
impl<'a> UnwindSafe for SMBiosOemStrings<'a>