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