pub struct DeviceHandle {
pub url: String,
pub transport: Hub,
pub device_info: DeviceInfo,
pub device_spec: &'static Device,
}Expand description
TODO: Copied from minidspd
Fields§
§url: String§transport: Hub§device_info: DeviceInfo§device_spec: &'static DeviceImplementations§
Auto Trait Implementations§
impl Freeze for DeviceHandle
impl !RefUnwindSafe for DeviceHandle
impl Send for DeviceHandle
impl Sync for DeviceHandle
impl Unpin for DeviceHandle
impl !UnwindSafe for DeviceHandle
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