Enum smbioslib::SlotHeight
source · [−]pub enum SlotHeight {
NotApplicable,
Other,
Unknown,
FullHeight,
LowProfile,
None,
}
Expand description
Variants
NotApplicable
Not Applicable
Other
Other
Unknown
Unknown
FullHeight
Full Height
LowProfile
Low-profile
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for SlotHeight
impl Debug for SlotHeight
sourceimpl PartialEq<SlotHeight> for SlotHeight
impl PartialEq<SlotHeight> for SlotHeight
sourceimpl Serialize for SlotHeight
impl Serialize for SlotHeight
impl Eq for SlotHeight
impl StructuralEq for SlotHeight
impl StructuralPartialEq for SlotHeight
Auto Trait Implementations
impl RefUnwindSafe for SlotHeight
impl Send for SlotHeight
impl Sync for SlotHeight
impl Unpin for SlotHeight
impl UnwindSafe for SlotHeight
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