Struct windows::Win32::Graphics::Printing::IPrintSchemaAsyncOperation_Vtbl
#[repr(C)]pub struct IPrintSchemaAsyncOperation_Vtbl {
pub base__: IDispatch_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IPrintSchemaAsyncOperation_Vtbl
impl IPrintSchemaAsyncOperation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaAsyncOperation_Vtblwhere
Identity: IPrintSchemaAsyncOperation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaAsyncOperation_Vtbl
impl RefUnwindSafe for IPrintSchemaAsyncOperation_Vtbl
impl Send for IPrintSchemaAsyncOperation_Vtbl
impl Sync for IPrintSchemaAsyncOperation_Vtbl
impl Unpin for IPrintSchemaAsyncOperation_Vtbl
impl UnwindSafe for IPrintSchemaAsyncOperation_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