Struct smbioslib::HardwareSecuritySettings [−][src]
pub struct HardwareSecuritySettings { pub raw: u8, pub power_on_password_status: HardwareSecurityStatus, pub keyboard_password_status: HardwareSecurityStatus, pub administrator_password_status: HardwareSecurityStatus, pub front_panel_reset_status: HardwareSecurityStatus, }
Fields
raw: u8
Raw value
power_on_password_status: HardwareSecurityStatus
Power-on Password Status
keyboard_password_status: HardwareSecurityStatus
Keyboard Password Status
administrator_password_status: HardwareSecurityStatus
Administrator Password Status
front_panel_reset_status: HardwareSecurityStatus
Front Panel Reset Status
Trait Implementations
impl Debug for HardwareSecuritySettings
[src]
impl Debug for HardwareSecuritySettings
[src]impl From<u8> for HardwareSecuritySettings
[src]
impl From<u8> for HardwareSecuritySettings
[src]impl PartialEq<HardwareSecuritySettings> for HardwareSecuritySettings
[src]
impl PartialEq<HardwareSecuritySettings> for HardwareSecuritySettings
[src]fn eq(&self, other: &HardwareSecuritySettings) -> bool
[src]
fn eq(&self, other: &HardwareSecuritySettings) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &HardwareSecuritySettings) -> bool
[src]
fn ne(&self, other: &HardwareSecuritySettings) -> bool
[src]This method tests for !=
.
impl Serialize for HardwareSecuritySettings
[src]
impl Serialize for HardwareSecuritySettings
[src]