Struct winapi::cfgmgr32::CONFLICT_DETAILS_A [] [src]

pub struct CONFLICT_DETAILS_A {
    pub CD_ulSize: ULONG,
    pub CD_ulMask: ULONG,
    pub CD_dnDevInst: DEVINST,
    pub CD_rdResDes: RES_DES,
    pub CD_ulFlags: ULONG,
    pub CD_szDescription: [CHAR; 260],
}

Fields

CD_ulSize: ULONG CD_ulMask: ULONG CD_dnDevInst: DEVINST CD_rdResDes: RES_DES CD_ulFlags: ULONG CD_szDescription: [CHAR; 260]

Trait Implementations

impl Copy for CONFLICT_DETAILS_A
[src]

impl Clone for CONFLICT_DETAILS_A
[src]

fn clone(&self) -> CONFLICT_DETAILS_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