Enum smbioslib::ChassisHeight [−][src]
pub enum ChassisHeight {
Unspecified,
U(u8),
}Variants
A chassis enclosure height is not specified.
U(u8)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.
Trait Implementations
impl Debug for ChassisHeight[src]
impl Debug for ChassisHeight[src]impl Serialize for ChassisHeight[src]
impl Serialize for ChassisHeight[src]