Enum smbioslib::SlotLength
source · [−]pub enum SlotLength {
Other,
Unknown,
ShortLength,
LongLength,
DriveFormFactor25,
DriveFormFactor35,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
ShortLength
Short Length
LongLength
Long Length
DriveFormFactor25
2.5“ drive form factor
DriveFormFactor35
3.5“ drive form factor
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for SlotLength
impl Debug for SlotLength
sourceimpl PartialEq<SlotLength> for SlotLength
impl PartialEq<SlotLength> for SlotLength
sourceimpl Serialize for SlotLength
impl Serialize for SlotLength
impl Eq for SlotLength
impl StructuralEq for SlotLength
impl StructuralPartialEq for SlotLength
Auto Trait Implementations
impl RefUnwindSafe for SlotLength
impl Send for SlotLength
impl Sync for SlotLength
impl Unpin for SlotLength
impl UnwindSafe for SlotLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more