Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::PRINTDLGEXW[][src]

#[repr(C)]
pub struct PRINTDLGEXW {
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: PWSTR, pub lpCallback: Option<IUnknown>, pub nPropertyPages: u32, pub lphPropertyPages: *mut HPROPSHEETPAGE, pub nStartPage: u32, pub dwResultAction: u32,
}

Fields

lStructSize: u32hwndOwner: HWNDhDevMode: isizehDevNames: isizehDC: HDCFlags: PRINTDLGEX_FLAGSFlags2: u32ExclusionFlags: u32nPageRanges: u32nMaxPageRanges: u32lpPageRanges: *mut PRINTPAGERANGEnMinPage: u32nMaxPage: u32nCopies: u32hInstance: HINSTANCElpPrintTemplateName: PWSTRlpCallback: Option<IUnknown>nPropertyPages: u32lphPropertyPages: *mut HPROPSHEETPAGEnStartPage: u32dwResultAction: u32

Trait Implementations

The abi representation of the implementing type. Read more

Converts from Self::DefaultType to Result<T>.

Casts the Rust object to its ABI type without copying the object.

Returns a pointer for setting the object’s value via an ABI call.

Safety Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.