#[repr(C)]pub struct IRunningTaskCollectionVtbl {
pub parent: IDispatchVtbl,
pub get_Count: unsafe extern "system" fn(This: *mut IRunningTaskCollection, pCount: *mut LONG) -> HRESULT,
pub get_Item: unsafe extern "system" fn(This: *mut IRunningTaskCollection, index: VARIANT, ppRunningTask: *mut *mut IRunningTask) -> HRESULT,
pub get__NewEnum: unsafe extern "system" fn(This: *mut IRunningTaskCollection, ppEnum: *mut LPUNKNOWN) -> HRESULT,
}Fields§
§parent: IDispatchVtbl§get_Count: unsafe extern "system" fn(This: *mut IRunningTaskCollection, pCount: *mut LONG) -> HRESULT§get_Item: unsafe extern "system" fn(This: *mut IRunningTaskCollection, index: VARIANT, ppRunningTask: *mut *mut IRunningTask) -> HRESULT§get__NewEnum: unsafe extern "system" fn(This: *mut IRunningTaskCollection, ppEnum: *mut LPUNKNOWN) -> HRESULTAuto Trait Implementations§
impl Freeze for IRunningTaskCollectionVtbl
impl RefUnwindSafe for IRunningTaskCollectionVtbl
impl Send for IRunningTaskCollectionVtbl
impl Sync for IRunningTaskCollectionVtbl
impl Unpin for IRunningTaskCollectionVtbl
impl UnwindSafe for IRunningTaskCollectionVtbl
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