pub struct AudioSink {
pub host_name: String,
pub device_name: String,
pub device: Device,
}
Fields§
§host_name: String
§device_name: String
§device: Device
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AudioSink
impl !RefUnwindSafe for AudioSink
impl Send for AudioSink
impl Sync for AudioSink
impl Unpin for AudioSink
impl UnwindSafe for AudioSink
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