Enum smbioslib::ChassisLockPresence [−][src]
pub enum ChassisLockPresence {
Present,
NotPresent,
}Expand description
Variants
The enclosure has a lock.
Either a lock is not present or it is unknown if the enclosure has a lock.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChassisLockPresenceimpl Send for ChassisLockPresenceimpl Sync for ChassisLockPresenceimpl Unpin for ChassisLockPresenceimpl UnwindSafe for ChassisLockPresence