Struct smbioslib::SMBiosHardwareSecurity [−][src]
pub struct SMBiosHardwareSecurity<'a> { /* fields omitted */ }
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
impl<'a> SMBiosHardwareSecurity<'a>
[src]
impl<'a> SMBiosHardwareSecurity<'a>
[src]pub fn hardware_security_settings(&self) -> Option<HardwareSecuritySettings>
[src]
pub fn hardware_security_settings(&self) -> Option<HardwareSecuritySettings>
[src]Bit field that identifies the password and reset status for the system
Trait Implementations
impl Debug for SMBiosHardwareSecurity<'_>
[src]
impl Debug for SMBiosHardwareSecurity<'_>
[src]impl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
[src]
impl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
[src]const STRUCT_TYPE: u8
[src]
const STRUCT_TYPE: u8
[src]The SMBIOS structure type Read more
fn new(parts: &'a UndefinedStruct) -> Self
[src]
fn new(parts: &'a UndefinedStruct) -> Self
[src]Creates a new instance of the implementing SMBIOS type
fn parts(&self) -> &'a UndefinedStruct
[src]
fn parts(&self) -> &'a UndefinedStruct
[src]Contains the standard parts/sections of the implementing SMBIOS type.
impl Serialize for SMBiosHardwareSecurity<'_>
[src]
impl Serialize for SMBiosHardwareSecurity<'_>
[src]