Crate dmidecode[−][src]
Re-exports
pub use system::System; |
pub use baseboard::BaseBoard; |
pub use processor::Processor; |
Modules
| baseboard | |
| processor | |
| system |
Structs
| EntryPoint |
An SMBIOS |
| RawStructure |
The raw SMBIOS structure information for structures that are not handled by this crate, such as Oem structures. |
| SmbiosVersion |
The version number associated with the Smbios |
| Structures |
An iterator that traverses the SMBIOS structure tables.
This struct is produced by the |
Enums
| InfoType |
SMBIOS Table information variant |
| InvalidEntryPointError |
Failure type for trying to find the SMBIOS |
| MalformedStructureError |
Failure type for trying to decode the SMBIOS |
| Structure |
Variant structure for decoding the SMBIOS table types. |