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