Struct lame_sys::lame_version_t [] [src]

#[repr(C)]
pub struct lame_version_t { pub major: c_int, pub minor: c_int, pub alpha: c_int, pub beta: c_int, pub psy_major: c_int, pub psy_minor: c_int, pub psy_alpha: c_int, pub psy_beta: c_int, pub features: *const c_char, }

Fields

Trait Implementations

impl Copy for lame_version_t
[src]

impl Clone for lame_version_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for lame_version_t
[src]

Formats the value using the given formatter.

impl Default for lame_version_t
[src]

Returns the "default value" for a type. Read more