Struct xio_hwdb::DeviceDescription[][src]

pub struct DeviceDescription {
    pub ftdi: FtdiDescription,
    pub xio: Option<XioDescription>,
    pub system: SystemDescription,
    pub summary: SummaryDescription,
}

The description of a device.

Fields

Description of the FTDI flashing chip.

Description of the XIO properties.

Description of the system.

Summary of the device status.

Trait Implementations

impl Clone for DeviceDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceDescription
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DeviceDescription
[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