Enum cubeb::DeviceState [] [src]

pub enum DeviceState {
    Disabled,
    Unplugged,
    Enabled,
}

The state of a device.

Variants

The device has been disabled at the system level.

The device is enabled, but nothing is plugged into it.

The device is enabled.

Trait Implementations

impl Copy for DeviceState
[src]

impl PartialEq<DeviceState> for DeviceState
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for DeviceState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DeviceState
[src]

impl Debug for DeviceState
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeviceState

impl Sync for DeviceState