Struct minimp3_sys::mp3dec_frame_info_t[][src]

#[repr(C)]
pub struct mp3dec_frame_info_t { pub frame_bytes: c_int, pub channels: c_int, pub hz: c_int, pub layer: c_int, pub bitrate_kbps: c_int, }

Fields

Trait Implementations

impl Debug for mp3dec_frame_info_t
[src]

Formats the value using the given formatter. Read more

impl Copy for mp3dec_frame_info_t
[src]

impl Clone for mp3dec_frame_info_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations