Struct aaronia_rtsa::DeviceInfo
source · pub struct DeviceInfo { /* private fields */ }
Expand description
Information about a Device
.
Can be used to identify the device for opening.
Implementations§
Trait Implementations§
source§impl Clone for DeviceInfo
impl Clone for DeviceInfo
source§fn clone(&self) -> DeviceInfo
fn clone(&self) -> DeviceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more