Enum smbioslib::SlotCurrentUsage
source · pub enum SlotCurrentUsage {
Other,
Unknown,
Available,
InUse,
Unavailable,
None,
}
Expand description
Variants§
Other
Other
Unknown
Unknown
Available
Available
InUse
In use
Unavailable
None
A value unknown to this standard, check the raw value
Trait Implementations§
source§impl Debug for SlotCurrentUsage
impl Debug for SlotCurrentUsage
source§impl PartialEq<SlotCurrentUsage> for SlotCurrentUsage
impl PartialEq<SlotCurrentUsage> for SlotCurrentUsage
source§fn eq(&self, other: &SlotCurrentUsage) -> bool
fn eq(&self, other: &SlotCurrentUsage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlotCurrentUsage
impl Serialize for SlotCurrentUsage
impl Eq for SlotCurrentUsage
impl StructuralEq for SlotCurrentUsage
impl StructuralPartialEq for SlotCurrentUsage
Auto Trait Implementations§
impl RefUnwindSafe for SlotCurrentUsage
impl Send for SlotCurrentUsage
impl Sync for SlotCurrentUsage
impl Unpin for SlotCurrentUsage
impl UnwindSafe for SlotCurrentUsage
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