Struct smbios::Structure[][src]

pub struct Structure {
    pub header: Header,
    pub formatted: Vec<u8>,
    pub strings: Vec<String>,
}

Contains a single SMBIOS structure which can be interpreted using the SMBIOS specification.

Fields

Trait Implementations

impl Debug for Structure
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Structure
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Structure

impl Sync for Structure