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_Graphics_Printing’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
pDevMode: *mut DEVMODEApDatatype: PWSTRpParameters: PWSTRpDocumentName: PWSTRJobId: u32pOutputFile: PWSTRpPrinterName: PWSTRTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more