#[repr(C)]pub struct IDontSupportEventSubscription_Vtbl {
pub base__: IUnknown_Vtbl,
}
Fields§
§base__: IUnknown_Vtbl
Implementations§
§impl IDontSupportEventSubscription_Vtbl
impl IDontSupportEventSubscription_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDontSupportEventSubscription_Vtblwhere
Identity: IDontSupportEventSubscription_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDontSupportEventSubscription_Vtbl
impl RefUnwindSafe for IDontSupportEventSubscription_Vtbl
impl Send for IDontSupportEventSubscription_Vtbl
impl Sync for IDontSupportEventSubscription_Vtbl
impl Unpin for IDontSupportEventSubscription_Vtbl
impl UnwindSafe for IDontSupportEventSubscription_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