Struct winapi::setupapi::SP_DEVINFO_LIST_DETAIL_DATA_A
[−]
[src]
pub struct SP_DEVINFO_LIST_DETAIL_DATA_A {
pub cbSize: DWORD,
pub ClassGuid: GUID,
pub RemoteMachineHandle: HANDLE,
pub RemoteMachineName: [CHAR; SP_MAX_MACHINENAME_LENGTH],
}Fields
cbSize | |
ClassGuid | |
RemoteMachineHandle | |
RemoteMachineName |
Trait Implementations
impl Copy for SP_DEVINFO_LIST_DETAIL_DATA_A[src]
impl Clone for SP_DEVINFO_LIST_DETAIL_DATA_A[src]
fn clone(&self) -> SP_DEVINFO_LIST_DETAIL_DATA_A
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