#[repr(C)]pub struct PRINTDLGEXA {Show 21 fields
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: DWORD
§hwndOwner: HWND
§hDevMode: HGLOBAL
§hDevNames: HGLOBAL
§hDC: HDC
§Flags: DWORD
§Flags2: DWORD
§ExclusionFlags: DWORD
§nPageRanges: DWORD
§nMaxPageRanges: DWORD
§lpPageRanges: LPPRINTPAGERANGE
§nMinPage: DWORD
§nMaxPage: DWORD
§nCopies: DWORD
§hInstance: HINSTANCE
§lpPrintTemplateName: LPCSTR
§lpCallback: LPUNKNOWN
§nPropertyPages: DWORD
§lphPropertyPages: *mut HPROPSHEETPAGE
§nStartPage: DWORD
§dwResultAction: DWORD
Trait Implementations§
Source§impl Clone for PRINTDLGEXA
impl Clone for PRINTDLGEXA
Source§fn clone(&self) -> PRINTDLGEXA
fn clone(&self) -> PRINTDLGEXA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PRINTDLGEXA
impl Default for PRINTDLGEXA
Source§fn default() -> PRINTDLGEXA
fn default() -> PRINTDLGEXA
Returns the “default value” for a type. Read more
impl Copy for PRINTDLGEXA
Auto Trait Implementations§
impl Freeze for PRINTDLGEXA
impl RefUnwindSafe for PRINTDLGEXA
impl !Send for PRINTDLGEXA
impl !Sync for PRINTDLGEXA
impl Unpin for PRINTDLGEXA
impl UnwindSafe for PRINTDLGEXA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more