#[repr(C)]pub struct mp3dec_t {
pub mdct_overlap: [[f32; 288]; 2],
pub qmf_state: [f32; 960],
pub reserv: c_int,
pub free_format_bytes: c_int,
pub header: [c_uchar; 4],
pub reserv_buf: [c_uchar; 511],
}
Fields§
§mdct_overlap: [[f32; 288]; 2]
§qmf_state: [f32; 960]
§reserv: c_int
§free_format_bytes: c_int
§header: [c_uchar; 4]
§reserv_buf: [c_uchar; 511]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mp3dec_t
impl RefUnwindSafe for mp3dec_t
impl Send for mp3dec_t
impl Sync for mp3dec_t
impl Unpin for mp3dec_t
impl UnwindSafe for mp3dec_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)