[][src]Struct CCODE::tagPDEXA

#[repr(C)]pub struct tagPDEXA {
    pub lStructSize: DWORD,
    pub hwndOwner: HWND,
    pub hDevMode: HGLOBAL,
    pub hDevNames: HGLOBAL,
    pub hDC: HDC,
    pub Flags: DWORD,
    pub Flags2: DWORD,
    pub ExclusionFlags: DWORD,
    pub nPageRanges: DWORD,
    pub nMaxPageRanges: DWORD,
    pub lpPageRanges: LPPRINTPAGERANGE,
    pub nMinPage: DWORD,
    pub nMaxPage: DWORD,
    pub nCopies: DWORD,
    pub hInstance: HINSTANCE,
    pub lpPrintTemplateName: LPCSTR,
    pub lpCallback: LPUNKNOWN,
    pub nPropertyPages: DWORD,
    pub lphPropertyPages: *mut HPROPSHEETPAGE,
    pub nStartPage: DWORD,
    pub dwResultAction: DWORD,
}

Fields

lStructSize: DWORDhwndOwner: HWNDhDevMode: HGLOBALhDevNames: HGLOBALhDC: HDCFlags: DWORDFlags2: DWORDExclusionFlags: DWORDnPageRanges: DWORDnMaxPageRanges: DWORDlpPageRanges: LPPRINTPAGERANGEnMinPage: DWORDnMaxPage: DWORDnCopies: DWORDhInstance: HINSTANCElpPrintTemplateName: LPCSTRlpCallback: LPUNKNOWNnPropertyPages: DWORDlphPropertyPages: *mut HPROPSHEETPAGEnStartPage: DWORDdwResultAction: DWORD

Trait Implementations

impl Clone for tagPDEXA[src]

impl Copy for tagPDEXA[src]

impl Debug for tagPDEXA[src]

Auto Trait Implementations

impl RefUnwindSafe for tagPDEXA

impl !Send for tagPDEXA

impl !Sync for tagPDEXA

impl Unpin for tagPDEXA

impl UnwindSafe for tagPDEXA

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.