Struct smbioslib::SMBiosSystemChassisInformation[][src]

pub struct SMBiosSystemChassisInformation<'a> { /* fields omitted */ }
Expand description

System Enclosure or Chassis (Type 3)

The information in this structure (see Table 16) defines attributes of the system’s mechanical enclosure(s). For example, if a system included a separate enclosure for its peripheral devices, two structures would be returned: one for the main system enclosure and the second for the peripheral device enclosure. The additions to this structure in version 2.1 of this specification support the population of the CIM_Chassis class.

Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17

Implementations

Manufacturer

Chassis type

Bit 7 Chassis lock is present if 1. Otherwise, either a lock is not present or it is unknown if the enclosure has a lock. Bits 6:0 Enumeration value.

Version

Serial number

Asset tag number

Boot-up State

State of the enclosure when it was last booted.

Power supply state

State of the enclosure’s power supply (or supplies) when last booted

Thermal state

Thermal state of the enclosure when last booted.

Security status

Physical security status of the enclosure when last booted.

OEM-defined

OEM- or BIOS vendor-specific information

Height

Height of the enclosure, in ’U’s

A U is a standard unit of measure for the height of a rack or rack-mountable component and is equal to 1.75 inches or 4.445 cm.

Number of power cords

Number of power cords associated with the enclosure or chassis

Contained element count (n)

Number of Contained Element records that follow, in the range 0 to 255 Each Contained Element group comprises m bytes, as specified by the Contained Element Record Length field that follows. If no Contained Elements are included, this field is set to 0.

Contained element record length (m)

Byte length of each Contained Element record that follows, in the range 0 to 255 If no Contained Elements are included, this field is set to 0. For version 2.3.2 and later of this specification, this field is set to at least 03h when Contained Elements are specified.

Contained Elements

SKU number

Chassis or enclosure SKU number

Trait Implementations

Formats the value using the given formatter. Read more

The SMBIOS structure type Read more

Creates a new instance of the implementing SMBIOS type

Contains the standard parts/sections of the implementing SMBIOS type.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.