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

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.