Struct mp3lame_sys::mp3data_struct
source · #[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§
§header_parsed: c_int§stereo: c_int§samplerate: c_int§bitrate: c_int§mode: c_int§mode_ext: c_int§framesize: c_int§nsamp: c_ulong§totalframes: c_intTrait Implementations§
source§impl Clone for mp3data_struct
impl Clone for mp3data_struct
source§fn clone(&self) -> mp3data_struct
fn clone(&self) -> mp3data_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more