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§
source§impl Debug for SlotLength
impl Debug for SlotLength
source§impl PartialEq<SlotLength> for SlotLength
impl PartialEq<SlotLength> for SlotLength
source§fn eq(&self, other: &SlotLength) -> bool
fn eq(&self, other: &SlotLength) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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