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§
source§impl<'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§
source§impl Debug for SMBiosHardwareSecurity<'_>
impl Debug for SMBiosHardwareSecurity<'_>
source§impl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
impl<'a> SMBiosStruct<'a> for SMBiosHardwareSecurity<'a>
source§const STRUCT_TYPE: u8 = 24u8
const STRUCT_TYPE: u8 = 24u8
The SMBIOS structure type Read more
source§fn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
source§fn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
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>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more