[][src]Struct winapi::um::cfgmgr32::CONFLICT_DETAILS_W

#[repr(C)]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; 260],
}

Fields

CD_ulSize: ULONGCD_ulMask: ULONGCD_dnDevInst: DEVINSTCD_rdResDes: RES_DESCD_ulFlags: ULONGCD_szDescription: [WCHAR; 260]

Trait Implementations

impl Clone for CONFLICT_DETAILS_W[src]

impl Copy for CONFLICT_DETAILS_W[src]

impl Default for CONFLICT_DETAILS_W[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.