[][src]Struct CCODE::tagPDW

#[repr(C)]pub struct tagPDW {
    pub lStructSize: DWORD,
    pub hwndOwner: HWND,
    pub hDevMode: HGLOBAL,
    pub hDevNames: HGLOBAL,
    pub hDC: HDC,
    pub Flags: DWORD,
    pub nFromPage: WORD,
    pub nToPage: WORD,
    pub nMinPage: WORD,
    pub nMaxPage: WORD,
    pub nCopies: WORD,
    pub hInstance: HINSTANCE,
    pub lCustData: LPARAM,
    pub lpfnPrintHook: LPPRINTHOOKPROC,
    pub lpfnSetupHook: LPSETUPHOOKPROC,
    pub lpPrintTemplateName: LPCWSTR,
    pub lpSetupTemplateName: LPCWSTR,
    pub hPrintTemplate: HGLOBAL,
    pub hSetupTemplate: HGLOBAL,
}

Fields

lStructSize: DWORDhwndOwner: HWNDhDevMode: HGLOBALhDevNames: HGLOBALhDC: HDCFlags: DWORDnFromPage: WORDnToPage: WORDnMinPage: WORDnMaxPage: WORDnCopies: WORDhInstance: HINSTANCElCustData: LPARAMlpfnPrintHook: LPPRINTHOOKPROClpfnSetupHook: LPSETUPHOOKPROClpPrintTemplateName: LPCWSTRlpSetupTemplateName: LPCWSTRhPrintTemplate: HGLOBALhSetupTemplate: HGLOBAL

Trait Implementations

impl Clone for tagPDW[src]

impl Copy for tagPDW[src]

impl Debug for tagPDW[src]

Auto Trait Implementations

impl RefUnwindSafe for tagPDW

impl !Send for tagPDW

impl !Sync for tagPDW

impl Unpin for tagPDW

impl UnwindSafe for tagPDW

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.