Struct IContactPropertyCollection_Vtbl
#[repr(C)]pub struct IContactPropertyCollection_Vtbl {
pub base__: IUnknown_Vtbl,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Next: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPropertyVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPropertyModificationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT,
pub GetPropertyArrayElementID: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Next: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPropertyVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPropertyModificationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT
§GetPropertyArrayElementID: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl IContactPropertyCollection_Vtbl
impl IContactPropertyCollection_Vtbl
pub const fn new<Identity: IContactPropertyCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactPropertyCollection_Vtbl
impl RefUnwindSafe for IContactPropertyCollection_Vtbl
impl Send for IContactPropertyCollection_Vtbl
impl Sync for IContactPropertyCollection_Vtbl
impl Unpin for IContactPropertyCollection_Vtbl
impl UnwindSafe for IContactPropertyCollection_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