Struct xio_hwdb::GenericDescription[][src]

pub struct GenericDescription {
    pub vendor: String,
    pub model: String,
}

Generic description of some device properties.

Fields

Vendor of the device.

Model name of the device.

Trait Implementations

impl Clone for GenericDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GenericDescription
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GenericDescription
[src]

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

This method tests for !=.

impl Default for GenericDescription
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations