Struct cyfs_lib::UtilGetDeviceOutputResponse
source · pub struct UtilGetDeviceOutputResponse {
pub device_id: DeviceId,
pub device: Device,
}
Fields§
§device_id: DeviceId
§device: Device
Trait Implementations§
source§impl Clone for UtilGetDeviceOutputResponse
impl Clone for UtilGetDeviceOutputResponse
source§fn clone(&self) -> UtilGetDeviceOutputResponse
fn clone(&self) -> UtilGetDeviceOutputResponse
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