pub struct DeviceInfo {
    pub id: String,
    pub interface: String,
    pub description: String,
}
Expand description

Describes a device that may be configurable.

Fields

id: String

Represents the device to Windows.

interface: String

Describes the hardware that connects the device to the computer.

description: String

Describes the audio device.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.