Struct smbioslib::SMBiosUnknown [−][src]
pub struct SMBiosUnknown<'a> { /* fields omitted */ }
Expand description
OEM or Unknown Structure
Types 0 through 127 (7Fh) are reserved for and defined by the DMTF SMBIOS specification. Types 128 through 256 (80h to FFh) are available for system- and OEM-specific information.
When a structure has a type which is not defined or its type is an OEM type in the 80h to FFh range, this structure is used to represent the type.
Implementations
Creates an instance of this struct
Structure parts of this unknown structure
Use this to inspect the structure in more detail.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosUnknown<'a>
impl<'a> Send for SMBiosUnknown<'a>
impl<'a> Sync for SMBiosUnknown<'a>
impl<'a> Unpin for SMBiosUnknown<'a>
impl<'a> UnwindSafe for SMBiosUnknown<'a>