#[repr(C)]pub struct MapChangedEventHandler_Vtbl<K, V>where
K: RuntimeType + 'static,
V: RuntimeType + 'static,{
pub base__: IUnknown_Vtbl,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub K: PhantomData<K>,
pub V: PhantomData<V>,
}
Fields§
§base__: IUnknown_Vtbl
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§K: PhantomData<K>
§V: PhantomData<V>
Auto Trait Implementations§
impl<K, V> Freeze for MapChangedEventHandler_Vtbl<K, V>
impl<K, V> RefUnwindSafe for MapChangedEventHandler_Vtbl<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for MapChangedEventHandler_Vtbl<K, V>
impl<K, V> Sync for MapChangedEventHandler_Vtbl<K, V>
impl<K, V> Unpin for MapChangedEventHandler_Vtbl<K, V>
impl<K, V> UnwindSafe for MapChangedEventHandler_Vtbl<K, V>where
K: UnwindSafe,
V: 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