Struct 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 i64) -> HRESULT,
pub RemoveMapChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
/* private fields */
}
Fields§
§base__: IInspectable_Vtbl
§MapChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveMapChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
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: IObservableMap_Impl<K, V>, const OFFSET: isize>() -> Self
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