#[repr(C)]pub struct IADsPrintQueueOperations_Vtbl {
pub base__: IADs_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PrintJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Purge: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IADs_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PrintJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Purge: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IADsPrintQueueOperations_Vtbl
impl IADsPrintQueueOperations_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IADsPrintQueueOperations_Vtblwhere
Identity: IADsPrintQueueOperations_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsPrintQueueOperations_Vtbl
impl RefUnwindSafe for IADsPrintQueueOperations_Vtbl
impl Send for IADsPrintQueueOperations_Vtbl
impl Sync for IADsPrintQueueOperations_Vtbl
impl Unpin for IADsPrintQueueOperations_Vtbl
impl UnwindSafe for IADsPrintQueueOperations_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