Struct smbios::Bits64[][src]

pub struct Bits64 {
    pub checksum: u8,
    pub length: u8,
    pub major: u8,
    pub minor: u8,
    pub revision: u8,
    pub entry_point_revision: u8,
    pub reserved: u8,
    pub structure_table_max_size: u32,
    pub structure_table_address: u64,
}

Contains the information found in a 64-bit SMBIOS entry point.

Fields

Trait Implementations

impl EntryPoint for Bits64
[src]

Provides the address of the SMBIOS table in system memory and its size in bytes. Read more

Provides the major, minor, and revision numbers for SMBIOS on this system. Read more

impl Debug for Bits64
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Bits64
[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 Bits64

impl Sync for Bits64