Struct winapi::cfgmgr32::DEVPRIVATE_DES
[−]
[src]
pub struct DEVPRIVATE_DES { pub PD_Count: DWORD, pub PD_Type: DWORD, pub PD_Data1: DWORD, pub PD_Data2: DWORD, pub PD_Data3: DWORD, pub PD_Flags: DWORD, }
Fields
PD_Count | |
PD_Type | |
PD_Data1 | |
PD_Data2 | |
PD_Data3 | |
PD_Flags |
Trait Implementations
impl Copy for DEVPRIVATE_DES
[src]
impl Clone for DEVPRIVATE_DES
[src]
fn clone(&self) -> DEVPRIVATE_DES
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