pub enum ChassisLockPresence {
Present,
NotPresent,
}Expand description
§Chassis Lock Presence
Variants§
Present
The enclosure has a lock.
NotPresent
Either a lock is not present or it is unknown if the enclosure has a lock.
pub enum ChassisLockPresence {
Present,
NotPresent,
}The enclosure has a lock.
Either a lock is not present or it is unknown if the enclosure has a lock.