Struct PRINTDLGEXA
#[repr(C)]pub struct PRINTDLGEXA {Show 21 fields
pub lStructSize: u32,
pub hwndOwner: HWND,
pub hDevMode: HGLOBAL,
pub hDevNames: HGLOBAL,
pub hDC: HDC,
pub Flags: PRINTDLGEX_FLAGS,
pub Flags2: u32,
pub ExclusionFlags: u32,
pub nPageRanges: u32,
pub nMaxPageRanges: u32,
pub lpPageRanges: *mut PRINTPAGERANGE,
pub nMinPage: u32,
pub nMaxPage: u32,
pub nCopies: u32,
pub hInstance: HINSTANCE,
pub lpPrintTemplateName: PCSTR,
pub lpCallback: *mut c_void,
pub nPropertyPages: u32,
pub lphPropertyPages: *mut HPROPSHEETPAGE,
pub nStartPage: u32,
pub dwResultAction: u32,
}
Fields§
§lStructSize: u32
§hwndOwner: HWND
§hDevMode: HGLOBAL
§hDevNames: HGLOBAL
§hDC: HDC
§Flags: PRINTDLGEX_FLAGS
§Flags2: u32
§ExclusionFlags: u32
§nPageRanges: u32
§nMaxPageRanges: u32
§lpPageRanges: *mut PRINTPAGERANGE
§nMinPage: u32
§nMaxPage: u32
§nCopies: u32
§hInstance: HINSTANCE
§lpPrintTemplateName: PCSTR
§lpCallback: *mut c_void
§nPropertyPages: u32
§lphPropertyPages: *mut HPROPSHEETPAGE
§nStartPage: u32
§dwResultAction: u32
Trait Implementations§
§impl Clone for PRINTDLGEXA
impl Clone for PRINTDLGEXA
§fn clone(&self) -> PRINTDLGEXA
fn clone(&self) -> PRINTDLGEXA
Returns a copy 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 moreimpl 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