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]

pub fn description(&self) -> Option<String>[src]

Additional descriptive information about the device or its location

pub fn device_type(&self) -> Option<ManagementDeviceTypeData>[src]

Device’s type

pub fn address(&self) -> Option<u32>[src]

Device’s address

pub fn address_type(&self) -> Option<ManagementDeviceAddressTypeData>[src]

Type of addressing used to access the device

Trait Implementations

impl Debug for SMBiosManagementDevice<'_>[src]

impl<'a> SMBiosStruct<'a> for SMBiosManagementDevice<'a>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.