Enum mpg123_sys::mpg123_flags [] [src]

#[repr(C)]
pub enum mpg123_flags { MPG123_CRC, MPG123_COPYRIGHT, MPG123_PRIVATE, MPG123_ORIGINAL, }

Variants

Trait Implementations

impl Clone for mpg123_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for mpg123_flags
[src]