Struct smbioslib::SMBiosHardwareSecurity
source · [−]pub struct SMBiosHardwareSecurity<'a> { /* private fields */ }
Expand description
Hardware Security (Type 24)
This structure describes the system-wide hardware security settings.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
sourceimpl<'a> SMBiosHardwareSecurity<'a>
impl<'a> SMBiosHardwareSecurity<'a>
sourcepub fn hardware_security_settings(&self) -> Option<HardwareSecuritySettings>
pub fn hardware_security_settings(&self) -> Option<HardwareSecuritySettings>
Bit field that identifies the password and reset status for the system
Trait Implementations
sourceimpl Debug for SMBiosHardwareSecurity<'_>
impl Debug for SMBiosHardwareSecurity<'_>
sourceimpl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
impl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
sourceconst STRUCT_TYPE: u8
const STRUCT_TYPE: u8
The SMBIOS structure type Read more
sourcefn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
sourcefn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
Contains the standard parts/sections of the implementing SMBIOS type.
sourceimpl Serialize for SMBiosHardwareSecurity<'_>
impl Serialize for SMBiosHardwareSecurity<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosHardwareSecurity<'a>
impl<'a> Send for SMBiosHardwareSecurity<'a>
impl<'a> Sync for SMBiosHardwareSecurity<'a>
impl<'a> Unpin for SMBiosHardwareSecurity<'a>
impl<'a> UnwindSafe for SMBiosHardwareSecurity<'a>
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