Struct smbios::Bits64[][src]

pub struct Bits64 { /* fields omitted */ }

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

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