#[repr(C)]pub struct PRINTDLGEXA {Show 21 fields
pub lStructSize: u32,
pub hwndOwner: HWND,
pub hDevMode: isize,
pub hDevNames: isize,
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: PSTR,
pub lpCallback: Option<IUnknown>,
pub nPropertyPages: u32,
pub lphPropertyPages: *mut HPROPSHEETPAGE,
pub nStartPage: u32,
pub dwResultAction: u32,
}
Fields§
§lStructSize: u32
§hwndOwner: HWND
§hDevMode: isize
§hDevNames: isize
§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: PSTR
§lpCallback: Option<IUnknown>
§nPropertyPages: u32
§lphPropertyPages: *mut HPROPSHEETPAGE
§nStartPage: u32
§dwResultAction: u32
Trait Implementations§
Source§impl Abi for PRINTDLGEXA
impl Abi for PRINTDLGEXA
type DefaultType = PRINTDLGEXA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PRINTDLGEXA
impl Clone for PRINTDLGEXA
Source§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 moreSource§impl Debug for PRINTDLGEXA
impl Debug for PRINTDLGEXA
Source§impl Default for PRINTDLGEXA
impl Default for PRINTDLGEXA
Source§impl PartialEq for PRINTDLGEXA
impl PartialEq for PRINTDLGEXA
impl Eq 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