Struct windows_sys::Win32::Graphics::Printing::PRINT_EXECUTION_DATA
[−]#[repr(C)]pub struct PRINT_EXECUTION_DATA {
pub context: PRINT_EXECUTION_CONTEXT,
pub clientAppPID: u32,
}Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
context: PRINT_EXECUTION_CONTEXTclientAppPID: u32Trait Implementations
impl Clone for PRINT_EXECUTION_DATA
impl Clone for PRINT_EXECUTION_DATA
impl Copy for PRINT_EXECUTION_DATA
Auto Trait Implementations
impl RefUnwindSafe for PRINT_EXECUTION_DATA
impl Send for PRINT_EXECUTION_DATA
impl Sync for PRINT_EXECUTION_DATA
impl Unpin for PRINT_EXECUTION_DATA
impl UnwindSafe for PRINT_EXECUTION_DATA
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