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 SlotLengthimpl Send for SlotLengthimpl Sync for SlotLengthimpl Unpin for SlotLengthimpl UnwindSafe for SlotLength