Enum vlc::sys::libvlc_audio_output_channel_t [] [src]

#[repr(C)]
pub enum libvlc_audio_output_channel_t { libvlc_AudioChannel_Error, libvlc_AudioChannel_Stereo, libvlc_AudioChannel_RStereo, libvlc_AudioChannel_Left, libvlc_AudioChannel_Right, libvlc_AudioChannel_Dolbys, }

Variants

Trait Implementations

impl Clone for libvlc_audio_output_channel_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for libvlc_audio_output_channel_t
[src]

impl Debug for libvlc_audio_output_channel_t
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations