Struct winapi::setupapi::SP_DEVINFO_DATA
[−]
[src]
pub struct SP_DEVINFO_DATA {
pub cbSize: DWORD,
pub ClassGuid: GUID,
pub DevInst: DWORD,
pub Reserved: ULONG_PTR,
}Fields
cbSize | |
ClassGuid | |
DevInst | |
Reserved |
Trait Implementations
impl Copy for SP_DEVINFO_DATA[src]
impl Clone for SP_DEVINFO_DATA[src]
fn clone(&self) -> SP_DEVINFO_DATA
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