[][src]Struct sysfs_class::DmiId

pub struct DmiId { /* fields omitted */ }

Provides BIOS, Board, Chassis, Product, & Vendor identifiers

Methods

impl DmiId[src]

pub fn bios_date(&self) -> Result<String>[src]

pub fn bios_vendor(&self) -> Result<String>[src]

pub fn bios_version(&self) -> Result<String>[src]

pub fn board_asset_tag(&self) -> Result<String>[src]

pub fn board_name(&self) -> Result<String>[src]

pub fn board_serial(&self) -> Result<String>[src]

pub fn board_vendor(&self) -> Result<String>[src]

pub fn board_version(&self) -> Result<String>[src]

pub fn chassis_asset_tag(&self) -> Result<String>[src]

pub fn chassis_name(&self) -> Result<String>[src]

pub fn chassis_serial(&self) -> Result<String>[src]

pub fn chassis_vendor(&self) -> Result<String>[src]

pub fn chassis_version(&self) -> Result<String>[src]

pub fn modalias(&self) -> Result<String>[src]

pub fn product_family(&self) -> Result<String>[src]

pub fn product_name(&self) -> Result<String>[src]

pub fn product_serial(&self) -> Result<String>[src]

pub fn product_sku(&self) -> Result<String>[src]

pub fn product_uuid(&self) -> Result<String>[src]

pub fn product_version(&self) -> Result<String>[src]

pub fn sys_vendor(&self) -> Result<String>[src]

Trait Implementations

impl Clone for DmiId[src]

impl Default for DmiId[src]

impl SysClass for DmiId[src]

Auto Trait Implementations

impl RefUnwindSafe for DmiId

impl Send for DmiId

impl Sync for DmiId

impl Unpin for DmiId

impl UnwindSafe for DmiId

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.