Enum smbioslib::SlotLength [−][src]
pub enum SlotLength { Other, Unknown, ShortLength, LongLength, DriveFormFactor25, DriveFormFactor35, None, }
Expand description
Variants
Other
Unknown
Short Length
Long Length
2.5“ drive form factor
3.5“ drive form factor
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SlotLength
impl Send for SlotLength
impl Sync for SlotLength
impl Unpin for SlotLength
impl UnwindSafe for SlotLength