Enum uni_snd::SoundError[][src]

pub enum SoundError {
    NoError,
    NoDevice,
    OutputStream,
    UnknownStreamFormat,
}

error produced when creating the SoundDriver

Variants

sound initialization was a success

no sound device was found

could not create an output stream

unsupported output stream format

Trait Implementations

impl Debug for SoundError
[src]

Formats the value using the given formatter. Read more

impl Clone for SoundError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SoundError
[src]

Auto Trait Implementations

impl Send for SoundError

impl Sync for SoundError