Struct windows_sys::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,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
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
impl Copy for PRINTPROCESSOROPENDATA
Auto Trait Implementations§
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