Struct smbioslib::SMBiosManagementDevice [−][src]
pub struct SMBiosManagementDevice<'a> { /* fields omitted */ }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
impl<'a> SMBiosManagementDevice<'a>[src]
impl<'a> SMBiosManagementDevice<'a>[src]pub fn description(&self) -> Option<String>[src]
pub fn description(&self) -> Option<String>[src]Additional descriptive information about the device or its location
pub fn device_type(&self) -> Option<ManagementDeviceTypeData>[src]
pub fn device_type(&self) -> Option<ManagementDeviceTypeData>[src]Device’s type
pub fn address_type(&self) -> Option<ManagementDeviceAddressTypeData>[src]
pub fn address_type(&self) -> Option<ManagementDeviceAddressTypeData>[src]Type of addressing used to access the device
Trait Implementations
impl Debug for SMBiosManagementDevice<'_>[src]
impl Debug for SMBiosManagementDevice<'_>[src]impl<'a> SMBiosStruct<'a> for SMBiosManagementDevice<'a>[src]
impl<'a> SMBiosStruct<'a> for SMBiosManagementDevice<'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 SMBiosManagementDevice<'_>[src]
impl Serialize for SMBiosManagementDevice<'_>[src]