pub struct UtilGetDeviceStaticInfoOutputResponse {
pub info: DeviceStaticInfo,
}Fields§
§info: DeviceStaticInfoTrait Implementations§
source§impl Clone for UtilGetDeviceStaticInfoOutputResponse
impl Clone for UtilGetDeviceStaticInfoOutputResponse
source§fn clone(&self) -> UtilGetDeviceStaticInfoOutputResponse
fn clone(&self) -> UtilGetDeviceStaticInfoOutputResponse
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