Enum smbioslib::SlotCurrentUsage [−][src]
pub enum SlotCurrentUsage {
Other,
Unknown,
Available,
InUse,
Unavailable,
None,
}Expand description
Variants
Other
Unknown
Available
In use
Unavailable
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SlotCurrentUsageimpl Send for SlotCurrentUsageimpl Sync for SlotCurrentUsageimpl Unpin for SlotCurrentUsageimpl UnwindSafe for SlotCurrentUsage