Enum libsoundio_sys::SoundIoBackend [] [src]

#[repr(u32)]
pub enum SoundIoBackend { SoundIoBackendNone, SoundIoBackendJack, SoundIoBackendPulseAudio, SoundIoBackendAlsa, SoundIoBackendCoreAudio, SoundIoBackendWasapi, SoundIoBackendDummy, }

Variants

Trait Implementations

impl Copy for SoundIoBackend
[src]

impl Clone for SoundIoBackend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more