[][src]Struct winapi::um::commdlg::PRINTDLGEXW

#[repr(C)]
pub struct PRINTDLGEXW {
    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: LPCWSTR,
    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: LPCWSTRlpCallback: LPUNKNOWNnPropertyPages: DWORDlphPropertyPages: *mut HPROPSHEETPAGEnStartPage: DWORDdwResultAction: DWORD

Trait Implementations

impl Copy for PRINTDLGEXW[src]

impl Clone for PRINTDLGEXW[src]

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

Performs copy-assignment from source. Read more

impl Default for PRINTDLGEXW[src]

Auto Trait Implementations

impl Unpin for PRINTDLGEXW

impl !Send for PRINTDLGEXW

impl !Sync for PRINTDLGEXW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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