Struct smbioslib::SMBiosManagementDevice [−][src]
pub struct SMBiosManagementDevice<'a> { /* fields omitted */ }
Expand description
Management Device (Type 34)
The information in this structure defines the attributes of a Management Device.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
Additional descriptive information about the device or its location
Device’s type
Type of addressing used to access the device
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 SMBiosManagementDevice<'a>
impl<'a> Send for SMBiosManagementDevice<'a>
impl<'a> Sync for SMBiosManagementDevice<'a>
impl<'a> Unpin for SMBiosManagementDevice<'a>
impl<'a> UnwindSafe for SMBiosManagementDevice<'a>