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