Expand description
SMBIOS structures
The System Information is presented to an application as a set of structures that are obtained by traversing the SMBIOS structure table referenced by the SMBIOS Entry Point Structure.
Re-exports§
pub use self::bios::Bios;pub use self::system::System;pub use self::baseboard::BaseBoard;pub use self::enclosure::Enclosure;pub use self::processor::Processor;pub use self::cache::Cache;pub use self::port_connector::PortConnector;pub use self::system_slots::SystemSlots;pub use self::oem_strings::OemStrings;pub use self::system_configuration_options::SystemConfigurationOptions;pub use self::bios_language::BiosLanguage;pub use self::group_associations::GroupAssociations;pub use self::system_event_log::SystemEventLog;pub use self::physical_memory_array::PhysicalMemoryArray;pub use self::memory_device::MemoryDevice;pub use self::memory_error_32::MemoryError32;pub use self::memory_array_mapped_address::MemoryArrayMappedAddress;pub use self::memory_device_mapped_address::MemoryDeviceMappedAddress;pub use self::built_in_pointing_device::BuiltInPointingDevice;pub use self::portable_battery::PortableBattery;
Modules§
- baseboard
- Baseboard (or Module) Information (Type 2)
- bios
- BIOS Information (Type 0)
- bios_
language - BIOS Language Information (Type 13)
- built_
in_ pointing_ device - Built-in Pointing Device (Type 21)
- cache
- Cache Information (Type 7)
- enclosure
- System Enclosure or Chassis (Type 3)
- group_
associations - Group Associations (Type 14)
- memory_
array_ mapped_ address - Memory Array Mapped Address (Type 19)
- memory_
device - Memory Device (Type 17)
- memory_
device_ mapped_ address - Memory Device Mapped Address (Type 20)
- memory_
error_ 32 - 32-Bit Memory Error Information (Type 18)
- oem_
strings - OEM Strings (Type 11)
- physical_
memory_ array - Physical Memory Array (Type 16)
- port_
connector - Port Connector Information (Type 8)
- portable_
battery - Portable Battery (Type 22)
- processor
- Processor Information (Type 4)
- system
- System Information (Type 1)
- system_
configuration_ options - System Configuration Options (Type 12)
- system_
event_ log - System Event Log (Type 15)
- system_
slots - System Slots (Type 9)