Struct smbioslib::SMBiosOemStrings
source · 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.
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>
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