Enum input::DeviceConfigError [] [src]

pub enum DeviceConfigError {
    Unsupported,
    Invalid,
}

Errors returned when applying configuration settings.

Variants

Configuration not available on this device.

Invalid parameter range.

Trait Implementations

impl Debug for DeviceConfigError
[src]

Formats the value using the given formatter.

impl Copy for DeviceConfigError
[src]

impl Clone for DeviceConfigError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeviceConfigError
[src]

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

This method tests for !=.

impl Eq for DeviceConfigError
[src]

impl Hash for DeviceConfigError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more