Struct IContactAggregationAggregate_Vtbl
#[repr(C)]pub struct IContactAggregationAggregate_Vtbl {
pub base__: IUnknown_Vtbl,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetComponentItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Link: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub get_Groups: unsafe extern "system" fn(_: *mut c_void, _: CONTACT_AGGREGATION_COLLECTION_OPTIONS, _: *mut *mut c_void) -> HRESULT,
pub AntiLink: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAntiLink: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetComponentItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Link: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§get_Groups: unsafe extern "system" fn(_: *mut c_void, _: CONTACT_AGGREGATION_COLLECTION_OPTIONS, _: *mut *mut c_void) -> HRESULT
§AntiLink: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAntiLink: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IContactAggregationAggregate_Vtbl
impl IContactAggregationAggregate_Vtbl
pub const fn new<Identity: IContactAggregationAggregate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactAggregationAggregate_Vtbl
impl RefUnwindSafe for IContactAggregationAggregate_Vtbl
impl Send for IContactAggregationAggregate_Vtbl
impl Sync for IContactAggregationAggregate_Vtbl
impl Unpin for IContactAggregationAggregate_Vtbl
impl UnwindSafe for IContactAggregationAggregate_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