Struct winapi::setupapi::SP_DEVINFO_LIST_DETAIL_DATA_W
[−]
[src]
pub struct SP_DEVINFO_LIST_DETAIL_DATA_W { pub cbSize: DWORD, pub ClassGuid: GUID, pub RemoteMachineHandle: HANDLE, pub RemoteMachineName: [WCHAR; SP_MAX_MACHINENAME_LENGTH], }
Fields
cbSize | |
ClassGuid | |
RemoteMachineHandle | |
RemoteMachineName |
Trait Implementations
impl Copy for SP_DEVINFO_LIST_DETAIL_DATA_W
[src]
impl Clone for SP_DEVINFO_LIST_DETAIL_DATA_W
[src]
fn clone(&self) -> SP_DEVINFO_LIST_DETAIL_DATA_W
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more