Struct windows::Win32::Graphics::Printing::PRINTPROCESSOROPENDATA
#[repr(C)]pub struct PRINTPROCESSOROPENDATA {
pub pDevMode: *mut DEVMODEA,
pub pDatatype: PWSTR,
pub pParameters: PWSTR,
pub pDocumentName: PWSTR,
pub JobId: u32,
pub pOutputFile: PWSTR,
pub pPrinterName: PWSTR,
}
Fields§
§pDevMode: *mut DEVMODEA
§pDatatype: PWSTR
§pParameters: PWSTR
§pDocumentName: PWSTR
§JobId: u32
§pOutputFile: PWSTR
§pPrinterName: PWSTR
Trait Implementations§
§impl Clone for PRINTPROCESSOROPENDATA
impl Clone for PRINTPROCESSOROPENDATA
§fn clone(&self) -> PRINTPROCESSOROPENDATA
fn clone(&self) -> PRINTPROCESSOROPENDATA
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 more§impl Debug for PRINTPROCESSOROPENDATA
impl Debug for PRINTPROCESSOROPENDATA
§impl Default for PRINTPROCESSOROPENDATA
impl Default for PRINTPROCESSOROPENDATA
§impl PartialEq for PRINTPROCESSOROPENDATA
impl PartialEq for PRINTPROCESSOROPENDATA
§fn eq(&self, other: &PRINTPROCESSOROPENDATA) -> bool
fn eq(&self, other: &PRINTPROCESSOROPENDATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PRINTPROCESSOROPENDATA
impl Eq for PRINTPROCESSOROPENDATA
impl StructuralPartialEq for PRINTPROCESSOROPENDATA
Auto Trait Implementations§
impl Freeze for PRINTPROCESSOROPENDATA
impl RefUnwindSafe for PRINTPROCESSOROPENDATA
impl !Send for PRINTPROCESSOROPENDATA
impl !Sync for PRINTPROCESSOROPENDATA
impl Unpin for PRINTPROCESSOROPENDATA
impl UnwindSafe for PRINTPROCESSOROPENDATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)