pub struct Mp3Decoder {
v_buffer: [[f32; 480]; 2],
v_index: [usize; 2],
}Fields§
§v_buffer: [[f32; 480]; 2]§v_index: [usize; 2]Implementations§
Auto Trait Implementations§
impl Freeze for Mp3Decoder
impl RefUnwindSafe for Mp3Decoder
impl Send for Mp3Decoder
impl Sync for Mp3Decoder
impl Unpin for Mp3Decoder
impl UnsafeUnpin for Mp3Decoder
impl UnwindSafe for Mp3Decoder
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