#[repr(C)]pub struct IComTrackingInfoCollection_Vtbl {
pub base__: IUnknown_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut TRACKING_COLL_TYPE) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Item: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut TRACKING_COLL_TYPE) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Item: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IComTrackingInfoCollection_Vtbl
impl IComTrackingInfoCollection_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComTrackingInfoCollection_Vtblwhere
Identity: IComTrackingInfoCollection_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComTrackingInfoCollection_Vtbl
impl RefUnwindSafe for IComTrackingInfoCollection_Vtbl
impl Send for IComTrackingInfoCollection_Vtbl
impl Sync for IComTrackingInfoCollection_Vtbl
impl Unpin for IComTrackingInfoCollection_Vtbl
impl UnwindSafe for IComTrackingInfoCollection_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