[−][src]Crate dmidecode
Re-exports
pub use memory::MemoryDevice; |
pub use memory::PhysicalMemoryArray; |
pub use system::System; |
pub use baseboard::BaseBoard; |
pub use processor::Processor; |
pub use processor::Cache; |
Modules
| baseboard | |
| memory | |
| processor | |
| system |
Structs
| EntryPointV2 | An SMBIOSv2 |
| EntryPointV3 | An SMBIOSv3 |
| 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
| EntryPoint | |
| 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. |