Enum smbioslib::ChassisHeight [−][src]
pub enum ChassisHeight { Unspecified, U(u8), }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for ChassisHeight
impl Send for ChassisHeight
impl Sync for ChassisHeight
impl Unpin for ChassisHeight
impl UnwindSafe for ChassisHeight