Module structures

Module structures 

Source
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)