Struct smbioslib::SMBiosHardwareSecurity [−][src]
pub struct SMBiosHardwareSecurity<'a> { /* fields omitted */ }
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
Bit field that identifies the password and reset status for the system
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
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>