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: u8Raw value
power_on_password_status: HardwareSecurityStatusPower-on Password Status
keyboard_password_status: HardwareSecurityStatusKeyboard Password Status
administrator_password_status: HardwareSecurityStatusAdministrator Password Status
front_panel_reset_status: HardwareSecurityStatusFront 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]