pub struct InMemoryAudioFile { /* private fields */ }
Implementations§
Source§impl InMemoryAudioFile
impl InMemoryAudioFile
pub fn new(audio_file: ProbeResult) -> Self
pub fn from_path(path: &str) -> Result<Self, AudioFileError>
Auto Trait Implementations§
impl Freeze for InMemoryAudioFile
impl !RefUnwindSafe for InMemoryAudioFile
impl Send for InMemoryAudioFile
impl Sync for InMemoryAudioFile
impl Unpin for InMemoryAudioFile
impl !UnwindSafe for InMemoryAudioFile
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