pub struct DacDevice {
pub name: String,
pub dac_type: DacType,
}Expand description
Information about a discovered DAC device. The name is the unique identifier for the device.
Fields§
§name: String§dac_type: DacTypeImplementations§
Trait Implementations§
impl Eq for DacDevice
impl StructuralPartialEq for DacDevice
Auto Trait Implementations§
impl Freeze for DacDevice
impl RefUnwindSafe for DacDevice
impl Send for DacDevice
impl Sync for DacDevice
impl Unpin for DacDevice
impl UnwindSafe for DacDevice
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