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