pub struct DirectAudioLoader { /* private fields */ }Expand description
Direct audio loader using Symphonia to decode and obtain raw sample data.
Implementations§
Auto Trait Implementations§
impl Freeze for DirectAudioLoader
impl RefUnwindSafe for DirectAudioLoader
impl Send for DirectAudioLoader
impl Sync for DirectAudioLoader
impl Unpin for DirectAudioLoader
impl UnwindSafe for DirectAudioLoader
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