Struct smbios::Bits64

source ·
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,
}
Expand description

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

Fields

checksum: u8length: u8major: u8minor: u8revision: u8entry_point_revision: u8reserved: u8structure_table_max_size: u32structure_table_address: u64

Trait Implementations

Formats the value using the given formatter. Read more
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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.