Struct windows::Graphics::Printing::Workflow::IPrintWorkflowPrinterJob_Vtbl
#[repr(C)]pub struct IPrintWorkflowPrinterJob_Vtbl {
pub base__: IInspectable_Vtbl,
pub JobId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Printer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetJobStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowPrinterJobStatus) -> HRESULT,
pub GetJobPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetJobAttributesAsBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetJobAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetJobAttributesFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetJobAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§JobId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Printer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetJobStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowPrinterJobStatus) -> HRESULT
§GetJobPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetJobAttributesAsBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetJobAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetJobAttributesFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetJobAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintWorkflowPrinterJob_Vtbl
impl RefUnwindSafe for IPrintWorkflowPrinterJob_Vtbl
impl Send for IPrintWorkflowPrinterJob_Vtbl
impl Sync for IPrintWorkflowPrinterJob_Vtbl
impl Unpin for IPrintWorkflowPrinterJob_Vtbl
impl UnwindSafe for IPrintWorkflowPrinterJob_Vtbl
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