pub enum FirmwareInventoryStateInformation {
Other,
Unknown,
Disabled,
Enabled,
Absent,
StandbyOffline,
StandbySpare,
UnavailableOffline,
None,
}
Expand description
§Firmware Inventory State Information of SMBiosFirmwareInventoryInformation
Variants§
Other
Other
Unknown
Unknown
Disabled
Disabled
This firmware component is disabled
Enabled
Enabled
This firmware component is enabled
Absent
Absent
This firmware component is either not present or not detected
StandbyOffline
Standby Offline
This firmware is enabled but awaits an external action to activate it
StandbySpare
Standby Spare
This firmware is part of a redundancy set and awaits a failover or other external action to activate it
Unavailable Offline
This firmware component is present but cannot be used
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl PartialEq for FirmwareInventoryStateInformation
impl PartialEq for FirmwareInventoryStateInformation
Source§fn eq(&self, other: &FirmwareInventoryStateInformation) -> bool
fn eq(&self, other: &FirmwareInventoryStateInformation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for FirmwareInventoryStateInformation
impl StructuralPartialEq for FirmwareInventoryStateInformation
Auto Trait Implementations§
impl Freeze for FirmwareInventoryStateInformation
impl RefUnwindSafe for FirmwareInventoryStateInformation
impl Send for FirmwareInventoryStateInformation
impl Sync for FirmwareInventoryStateInformation
impl Unpin for FirmwareInventoryStateInformation
impl UnwindSafe for FirmwareInventoryStateInformation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more