pub struct DiscoveredDevice { /* private fields */ }Expand description
A discovered but not-yet-connected DAC device.
Use DacDiscovery::connect() to establish a connection and get a backend.
Implementations§
Source§impl DiscoveredDevice
impl DiscoveredDevice
Auto Trait Implementations§
impl !Freeze for DiscoveredDevice
impl !RefUnwindSafe for DiscoveredDevice
impl Send for DiscoveredDevice
impl !Sync for DiscoveredDevice
impl Unpin for DiscoveredDevice
impl !UnwindSafe for DiscoveredDevice
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