Enum smbioslib::ChassisLockPresence
source · [−]pub enum ChassisLockPresence {
Present,
NotPresent,
}
Expand description
Variants
Present
The enclosure has a lock.
NotPresent
Either a lock is not present or it is unknown if the enclosure has a lock.
Trait Implementations
sourceimpl Debug for ChassisLockPresence
impl Debug for ChassisLockPresence
sourceimpl Serialize for ChassisLockPresence
impl Serialize for ChassisLockPresence
Auto Trait Implementations
impl RefUnwindSafe for ChassisLockPresence
impl Send for ChassisLockPresence
impl Sync for ChassisLockPresence
impl Unpin for ChassisLockPresence
impl UnwindSafe for ChassisLockPresence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more