pub struct SMBiosManagementDevice<'a> { /* private fields */ }
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§
Source§impl<'a> SMBiosManagementDevice<'a>
impl<'a> SMBiosManagementDevice<'a>
Sourcepub fn description(&self) -> SMBiosString
pub fn description(&self) -> SMBiosString
Additional descriptive information about the device or its location
Sourcepub fn device_type(&self) -> Option<ManagementDeviceTypeData>
pub fn device_type(&self) -> Option<ManagementDeviceTypeData>
Device’s type
Sourcepub fn address_type(&self) -> Option<ManagementDeviceAddressTypeData>
pub fn address_type(&self) -> Option<ManagementDeviceAddressTypeData>
Type of addressing used to access the device
Trait Implementations§
Source§impl Debug for SMBiosManagementDevice<'_>
impl Debug for SMBiosManagementDevice<'_>
Source§impl<'a> SMBiosStruct<'a> for SMBiosManagementDevice<'a>
impl<'a> SMBiosStruct<'a> for SMBiosManagementDevice<'a>
Source§const STRUCT_TYPE: u8 = 34u8
const STRUCT_TYPE: u8 = 34u8
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> Freeze for SMBiosManagementDevice<'a>
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>
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