Enum lame_sys::lame_errorcodes_t [] [src]

#[repr(i32)]
pub enum lame_errorcodes_t { LAME_OKAY, LAME_GENERICERROR, LAME_NOMEM, LAME_BADBITRATE, LAME_BADSAMPFREQ, LAME_INTERNALERROR, FRONTEND_READERROR, FRONTEND_WRITEERROR, FRONTEND_FILETOOLARGE, }

Variants

Trait Implementations

impl Copy for lame_errorcodes_t
[src]

impl Clone for lame_errorcodes_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for lame_errorcodes_t
[src]

Formats the value using the given formatter.