Struct voicemeeter::interface::device::OutputDevice
source · pub struct OutputDevice {
pub type: DeviceType,
pub name: String,
pub hardware_id: String,
}
Available on crate feature
interface
only.Expand description
A Audio Output Device.
Fields§
§type: DeviceType
The type of the device.
name: String
Device name
hardware_id: String
Hardware ID
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OutputDevice
impl Send for OutputDevice
impl Sync for OutputDevice
impl Unpin for OutputDevice
impl UnwindSafe for OutputDevice
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