Struct IADsPrintJobOperations_Vtbl
#[repr(C)]pub struct IADsPrintJobOperations_Vtbl {
pub base__: IADs_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TimeElapsed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PagesPrinted: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IADs_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TimeElapsed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PagesPrinted: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IADsPrintJobOperations_Vtbl
impl IADsPrintJobOperations_Vtbl
pub const fn new<Identity: IADsPrintJobOperations_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsPrintJobOperations_Vtbl
impl RefUnwindSafe for IADsPrintJobOperations_Vtbl
impl Send for IADsPrintJobOperations_Vtbl
impl Sync for IADsPrintJobOperations_Vtbl
impl Unpin for IADsPrintJobOperations_Vtbl
impl UnwindSafe for IADsPrintJobOperations_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