pub struct SoundCoreFeature {
    pub id: u32,
    pub description: String,
    pub version: String,
    /* private fields */
}
Expand description

Represents a feature of a device.

Fields

id: u32

A numeric ID of the feature

description: String

A description of the feature

version: String

A version number of the feature implementation

Implementations

Gets an iterator over the parameters of this feature.

Trait Implementations

Formats the value using the given formatter. Read more

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.