Enum lame_sys::MPEG_mode [] [src]

#[repr(u32)]
pub enum MPEG_mode { STEREO, JOINT_STEREO, DUAL_CHANNEL, MONO, NOT_SET, MAX_INDICATOR, }

Variants

Trait Implementations

impl Copy for MPEG_mode
[src]

impl Clone for MPEG_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MPEG_mode
[src]

Formats the value using the given formatter.