#[repr(C)]pub struct IWSDEventingStatus_Vtbl {
pub base__: IUnknown_Vtbl,
pub SubscriptionRenewed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR),
pub SubscriptionRenewalFailed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HRESULT),
pub SubscriptionEnded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR),
}
Fields§
§base__: IUnknown_Vtbl
§SubscriptionRenewed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR)
§SubscriptionRenewalFailed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HRESULT)
§SubscriptionEnded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR)
Implementations§
§impl IWSDEventingStatus_Vtbl
impl IWSDEventingStatus_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWSDEventingStatus_Vtblwhere
Identity: IWSDEventingStatus_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDEventingStatus_Vtbl
impl RefUnwindSafe for IWSDEventingStatus_Vtbl
impl Send for IWSDEventingStatus_Vtbl
impl Sync for IWSDEventingStatus_Vtbl
impl Unpin for IWSDEventingStatus_Vtbl
impl UnwindSafe for IWSDEventingStatus_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