#[repr(C)]pub struct IContactAggregationLinkCollection_Vtbl {
pub base__: IUnknown_Vtbl,
pub FindFirst: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindFirstByRemoteId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const CONTACT_AGGREGATION_BLOB, _: *mut *mut c_void) -> HRESULT,
pub FindNext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§FindFirst: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindFirstByRemoteId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const CONTACT_AGGREGATION_BLOB, _: *mut *mut c_void) -> HRESULT
§FindNext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IContactAggregationLinkCollection_Vtbl
impl IContactAggregationLinkCollection_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContactAggregationLinkCollection_Vtblwhere
Identity: IContactAggregationLinkCollection_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactAggregationLinkCollection_Vtbl
impl RefUnwindSafe for IContactAggregationLinkCollection_Vtbl
impl Send for IContactAggregationLinkCollection_Vtbl
impl Sync for IContactAggregationLinkCollection_Vtbl
impl Unpin for IContactAggregationLinkCollection_Vtbl
impl UnwindSafe for IContactAggregationLinkCollection_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