pub struct AudioTrack { /* private fields */ }Implementations§
Source§impl AudioTrack
impl AudioTrack
pub fn add_sink(&self, sink: &SharedPtr<NativeAudioSink>)
pub fn remove_sink(&self, sink: &SharedPtr<NativeAudioSink>)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AudioTrack
impl RefUnwindSafe for AudioTrack
impl !Unpin for AudioTrack
impl UnwindSafe for AudioTrack
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