#[repr(C)]pub struct IAsyncGetSendNotificationCookie_Vtbl {
pub base__: IPrintAsyncCookie_Vtbl,
pub FinishAsyncCallWithData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IPrintAsyncCookie_Vtbl
§FinishAsyncCallWithData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IAsyncGetSendNotificationCookie_Vtbl
impl IAsyncGetSendNotificationCookie_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAsyncGetSendNotificationCookie_Vtblwhere
Identity: IAsyncGetSendNotificationCookie_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAsyncGetSendNotificationCookie_Vtbl
impl RefUnwindSafe for IAsyncGetSendNotificationCookie_Vtbl
impl Send for IAsyncGetSendNotificationCookie_Vtbl
impl Sync for IAsyncGetSendNotificationCookie_Vtbl
impl Unpin for IAsyncGetSendNotificationCookie_Vtbl
impl UnwindSafe for IAsyncGetSendNotificationCookie_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