Enum mpg123_sys::mpg123_channels [] [src]

#[repr(C)]
pub enum mpg123_channels { MPG123_LEFT, MPG123_RIGHT, MPG123_LR, }

Variants

Trait Implementations

impl Clone for mpg123_channels
[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_channels
[src]