Struct xio_hwdb::SystemDescription[][src]

pub struct SystemDescription {
    pub version: String,
    pub firmware: String,
}

Systems description of a XIO device.

Fields

Version of the device.

Version string of the firmware running on the device.

Trait Implementations

impl Clone for SystemDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SystemDescription
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SystemDescription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations