Enum mpg123_sys::mpg123_channelcount [] [src]

#[repr(C)]
pub enum mpg123_channelcount { MPG123_MONO, MPG123_STEREO, }

Variants

Trait Implementations

impl Clone for mpg123_channelcount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for mpg123_channelcount
[src]