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