Enum ao::DriverType [] [src]

pub enum DriverType {
    Live,
    File,
}

The output type of a driver.

Variants

Live playback, such as a local sound card.

File output, such as to a wav file on disk.

Trait Implementations

impl Debug for DriverType
[src]

Formats the value using the given formatter.

impl Clone for DriverType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DriverType
[src]