Struct lame_sys::mp3data_struct [] [src]

#[repr(C)]
pub struct mp3data_struct { pub header_parsed: c_int, pub stereo: c_int, pub samplerate: c_int, pub bitrate: c_int, pub mode: c_int, pub mode_ext: c_int, pub framesize: c_int, pub nsamp: c_ulong, pub totalframes: c_int, pub framenum: c_int, }

Fields

Trait Implementations

impl Copy for mp3data_struct
[src]

impl Clone for mp3data_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mp3data_struct
[src]

Formats the value using the given formatter.

impl Default for mp3data_struct
[src]

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