pub struct SinkList(pub Vec<AudioSink>);
Tuple Fields§
§0: Vec<AudioSink>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SinkList
impl !RefUnwindSafe for SinkList
impl Send for SinkList
impl Sync for SinkList
impl Unpin for SinkList
impl UnwindSafe for SinkList
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