#[repr(C)]pub struct IMapChangedEventArgs_Vtbl<K>where
K: RuntimeType + 'static,{
pub base__: IInspectable_Vtbl,
pub CollectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut CollectionChange) -> HRESULT,
pub Key: unsafe extern "system" fn(_: *mut c_void, _: *mut AbiType<K>) -> HRESULT,
pub K: PhantomData<K>,
}
Fields§
§base__: IInspectable_Vtbl
§CollectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut CollectionChange) -> HRESULT
§Key: unsafe extern "system" fn(_: *mut c_void, _: *mut AbiType<K>) -> HRESULT
§K: PhantomData<K>
Implementations§
§impl<K: RuntimeType + 'static> IMapChangedEventArgs_Vtbl<K>
impl<K: RuntimeType + 'static> IMapChangedEventArgs_Vtbl<K>
pub const fn new<Identity, const OFFSET: isize>() -> IMapChangedEventArgs_Vtbl<K>where
Identity: IMapChangedEventArgs_Impl<K> + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl<K> Freeze for IMapChangedEventArgs_Vtbl<K>
impl<K> RefUnwindSafe for IMapChangedEventArgs_Vtbl<K>where
K: RefUnwindSafe,
impl<K> Send for IMapChangedEventArgs_Vtbl<K>where
K: Send,
impl<K> Sync for IMapChangedEventArgs_Vtbl<K>where
K: Sync,
impl<K> Unpin for IMapChangedEventArgs_Vtbl<K>where
K: Unpin,
impl<K> UnwindSafe for IMapChangedEventArgs_Vtbl<K>where
K: UnwindSafe,
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