Struct smbios::Bits32

source ·
pub struct Bits32 {
    pub checksum: u8,
    pub length: u8,
    pub major: u8,
    pub minor: u8,
    pub max_structure_size: u16,
    pub entry_point_revision: u8,
    pub formatted_area: [u8; 5],
    pub intermediate_checksum: u8,
    pub structure_table_length: u16,
    pub structure_table_address: u32,
    pub number_structures: u16,
    pub bcd_revision: u8,
}
Expand description

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

Fields

checksum: u8length: u8major: u8minor: u8max_structure_size: u16entry_point_revision: u8formatted_area: [u8; 5]intermediate_checksum: u8structure_table_length: u16structure_table_address: u32number_structures: u16bcd_revision: u8

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.