Struct smbioslib::SMBiosSystemInformation [−][src]
pub struct SMBiosSystemInformation<'a> { /* fields omitted */ }
Expand description
System Information (Type 1)
The information in this structure defines attributes of the overall system and is intended to be associated with the Component ID group of the system’s MIF. An SMBIOS implementation is associated with a single system instance and contains one and only one System Information (Type 1) structure.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
Manufacturer
Product name
Serial number
System UUID
Wake-up type
Identifies the event that caused the system to power up.
SKU Number
This text string identifies a particular computer configuration for sale. It is sometimes also called a product ID or purchase order number. This number is frequently found in existing fields, but there is no standard format. Typically for a given system board from a given OEM, there are tens of unique processor, memory, hard drive, and optical drive configurations.
Family
This text string identifies the family to which a particular computer belongs. A family refers to a set of computers that are similar but not identical from a hardware or software point of view. Typically, a family is composed of different computer models, which have different configurations and pricing points. Computers in the same family often have similar branding and cosmetic features.
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 SMBiosSystemInformation<'a>
impl<'a> Send for SMBiosSystemInformation<'a>
impl<'a> Sync for SMBiosSystemInformation<'a>
impl<'a> Unpin for SMBiosSystemInformation<'a>
impl<'a> UnwindSafe for SMBiosSystemInformation<'a>