Struct rinimp3::Mp3Dec[][src]

#[repr(C)]
pub struct Mp3Dec { pub mdct_overlap: [[f32; 288]; 2], pub qmf_state: [f32; 960], pub reserv: i32, pub free_format_bytes: i32, pub header: [u8; 4], pub reserv_buf: [u8; 511], }

Fields

Methods

impl Mp3Dec
[src]

Trait Implementations

impl Copy for Mp3Dec
[src]

impl Clone for Mp3Dec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Mp3Dec

impl Sync for Mp3Dec