#[repr(C)]pub struct IContactMapActivatedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Contact: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Contact: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IContactMapActivatedEventArgs_Vtbl
impl IContactMapActivatedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContactMapActivatedEventArgs_Vtblwhere
Identity: IContactMapActivatedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactMapActivatedEventArgs_Vtbl
impl RefUnwindSafe for IContactMapActivatedEventArgs_Vtbl
impl Send for IContactMapActivatedEventArgs_Vtbl
impl Sync for IContactMapActivatedEventArgs_Vtbl
impl Unpin for IContactMapActivatedEventArgs_Vtbl
impl UnwindSafe for IContactMapActivatedEventArgs_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