Struct IContactManagerInterop_Vtbl
#[repr(C)]pub struct IContactManagerInterop_Vtbl {
pub base__: IUnknown_Vtbl,
pub ShowContactCardForWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *const RECT, _: FLYOUT_PLACEMENT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ShowContactCardForWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *const RECT, _: FLYOUT_PLACEMENT) -> HRESULT
Implementations§
§impl IContactManagerInterop_Vtbl
impl IContactManagerInterop_Vtbl
pub const fn new<Identity: IContactManagerInterop_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactManagerInterop_Vtbl
impl RefUnwindSafe for IContactManagerInterop_Vtbl
impl Send for IContactManagerInterop_Vtbl
impl Sync for IContactManagerInterop_Vtbl
impl Unpin for IContactManagerInterop_Vtbl
impl UnwindSafe for IContactManagerInterop_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