pub struct AudioExtractor;Expand description
Audio extractor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioExtractor
impl RefUnwindSafe for AudioExtractor
impl Send for AudioExtractor
impl Sync for AudioExtractor
impl Unpin for AudioExtractor
impl UnwindSafe for AudioExtractor
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