Struct windows::Win32::Graphics::Printing::IPrintJob_Vtbl
#[repr(C)]pub struct IPrintJob_Vtbl {
pub base__: IUnknown_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PrintedPages: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub TotalPages: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintJobStatus) -> HRESULT,
pub SubmissionTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub RequestCancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PrintedPages: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§TotalPages: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintJobStatus) -> HRESULT
§SubmissionTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§RequestCancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IPrintJob_Vtbl
impl IPrintJob_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintJob_Vtblwhere
Identity: IPrintJob_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintJob_Vtbl
impl RefUnwindSafe for IPrintJob_Vtbl
impl Send for IPrintJob_Vtbl
impl Sync for IPrintJob_Vtbl
impl Unpin for IPrintJob_Vtbl
impl UnwindSafe for IPrintJob_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