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 Eq for HardwareSecuritySettings[src]

impl From<u8> for HardwareSecuritySettings[src]

impl PartialEq<HardwareSecuritySettings> for HardwareSecuritySettings[src]

impl StructuralEq for HardwareSecuritySettings[src]

impl StructuralPartialEq for HardwareSecuritySettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.