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
Trait Implementations
sourceimpl Debug for SMBiosOemStrings<'_>
impl Debug for SMBiosOemStrings<'_>
sourceimpl<'a> SMBiosStruct<'a> for SMBiosOemStrings<'a>
impl<'a> SMBiosStruct<'a> for SMBiosOemStrings<'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 SMBiosOemStrings<'_>
impl Serialize for SMBiosOemStrings<'_>
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
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