Struct IContactAggregationGroup_Vtbl
#[repr(C)]pub struct IContactAggregationGroup_Vtbl {
pub base__: IUnknown_Vtbl,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Members: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GlobalObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetGlobalObjectId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Add: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Members: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GlobalObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetGlobalObjectId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IContactAggregationGroup_Vtbl
impl IContactAggregationGroup_Vtbl
pub const fn new<Identity: IContactAggregationGroup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactAggregationGroup_Vtbl
impl RefUnwindSafe for IContactAggregationGroup_Vtbl
impl Send for IContactAggregationGroup_Vtbl
impl Sync for IContactAggregationGroup_Vtbl
impl Unpin for IContactAggregationGroup_Vtbl
impl UnwindSafe for IContactAggregationGroup_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