Struct IPinnedContactManager_Vtbl
#[repr(C)]pub struct IPinnedContactManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub User: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsPinSurfaceSupported: unsafe extern "system" fn(_: *mut c_void, _: PinnedContactSurface, _: *mut bool) -> HRESULT,
pub IsContactPinned: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut bool) -> HRESULT,
pub RequestPinContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT,
pub RequestPinContactsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT,
pub RequestUnpinContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT,
pub SignalContactActivity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPinnedContactIdsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§User: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsPinSurfaceSupported: unsafe extern "system" fn(_: *mut c_void, _: PinnedContactSurface, _: *mut bool) -> HRESULT§IsContactPinned: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut bool) -> HRESULT§RequestPinContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT§RequestPinContactsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT§RequestUnpinContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PinnedContactSurface, _: *mut *mut c_void) -> HRESULT§SignalContactActivity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetPinnedContactIdsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPinnedContactManager_Vtbl
impl RefUnwindSafe for IPinnedContactManager_Vtbl
impl Send for IPinnedContactManager_Vtbl
impl Sync for IPinnedContactManager_Vtbl
impl Unpin for IPinnedContactManager_Vtbl
impl UnwindSafe for IPinnedContactManager_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