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
Unavailable
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for SlotCurrentUsage
impl Debug for SlotCurrentUsage
sourceimpl PartialEq<SlotCurrentUsage> for SlotCurrentUsage
impl PartialEq<SlotCurrentUsage> for SlotCurrentUsage
sourceimpl 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
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