pub enum SlotLength {
Other,
Unknown,
ShortLength,
LongLength,
DriveFormFactor25,
DriveFormFactor35,
None,
}
Expand description
§System Slot Length
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§
Source§impl Debug for SlotLength
impl Debug for SlotLength
Source§impl PartialEq for SlotLength
impl PartialEq for SlotLength
Source§impl Serialize for SlotLength
impl Serialize for SlotLength
impl Eq for SlotLength
impl StructuralPartialEq for SlotLength
Auto Trait Implementations§
impl Freeze for SlotLength
impl RefUnwindSafe for SlotLength
impl Send for SlotLength
impl Sync for SlotLength
impl Unpin for SlotLength
impl UnwindSafe for SlotLength
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more