Struct winapi::cfgmgr32::CONFLICT_DETAILS_W
[−]
[src]
pub struct CONFLICT_DETAILS_W { pub CD_ulSize: ULONG, pub CD_ulMask: ULONG, pub CD_dnDevInst: DEVINST, pub CD_rdResDes: RES_DES, pub CD_ulFlags: ULONG, pub CD_szDescription: [WCHAR; ::MAX_PATH], }
Fields
CD_ulSize | |
CD_ulMask | |
CD_dnDevInst | |
CD_rdResDes | |
CD_ulFlags | |
CD_szDescription |
Trait Implementations
impl Copy for CONFLICT_DETAILS_W
[src]
impl Clone for CONFLICT_DETAILS_W
[src]
fn clone(&self) -> CONFLICT_DETAILS_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