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 SlotCurrentUsage
impl Send for SlotCurrentUsage
impl Sync for SlotCurrentUsage
impl Unpin for SlotCurrentUsage
impl UnwindSafe for SlotCurrentUsage