Struct 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 moreimpl Copy 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