Struct IContactCollection_Vtbl
#[repr(C)]pub struct IContactCollection_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 GetCurrent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Next: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetCurrent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IContactCollection_Vtbl
impl IContactCollection_Vtbl
pub const fn new<Identity: IContactCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactCollection_Vtbl
impl RefUnwindSafe for IContactCollection_Vtbl
impl Send for IContactCollection_Vtbl
impl Sync for IContactCollection_Vtbl
impl Unpin for IContactCollection_Vtbl
impl UnwindSafe for IContactCollection_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