Struct windows::Win32::System::Contacts::IContact_Vtbl
#[repr(C)]pub struct IContact_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetContactID: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub CommitChanges: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetContactID: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§CommitChanges: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IContact_Vtbl
impl IContact_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContact_Vtblwhere
Identity: IContact_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContact_Vtbl
impl RefUnwindSafe for IContact_Vtbl
impl Send for IContact_Vtbl
impl Sync for IContact_Vtbl
impl Unpin for IContact_Vtbl
impl UnwindSafe for IContact_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