[][src]Struct winapi::um::prsht::PROPSHEETPAGEW_V4

#[repr(C)]
pub struct PROPSHEETPAGEW_V4 { pub dwSize: DWORD, pub dwFlags: DWORD, pub hInstance: HINSTANCE, pub u1: PROPSHEETPAGEW_V1_u1, pub u2: PROPSHEETPAGEW_V1_u2, pub pszTitle: LPCWSTR, pub pfnDlgProc: DLGPROC, pub lParam: LPARAM, pub pfnCallback: LPFNPSPCALLBACKW, pub pcRefParent: *mut UINT, pub pszHeaderTitle: LPCWSTR, pub pszHeaderSubTitle: LPCWSTR, pub hActCtx: HANDLE, pub u3: PROPSHEETPAGEW_V4_u3, }

Fields

dwSize: DWORDdwFlags: DWORDhInstance: HINSTANCEu1: PROPSHEETPAGEW_V1_u1u2: PROPSHEETPAGEW_V1_u2pszTitle: LPCWSTRpfnDlgProc: DLGPROClParam: LPARAMpfnCallback: LPFNPSPCALLBACKWpcRefParent: *mut UINTpszHeaderTitle: LPCWSTRpszHeaderSubTitle: LPCWSTRhActCtx: HANDLEu3: PROPSHEETPAGEW_V4_u3

Trait Implementations

impl Copy for PROPSHEETPAGEW_V4[src]

impl Clone for PROPSHEETPAGEW_V4[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PROPSHEETPAGEW_V4[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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