#[repr(C)]pub struct IEnumBackgroundCopyJobsVtbl {
pub parent: IUnknownVtbl,
pub Next: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, celt: ULONG, rgelt: *mut *mut IBackgroundCopyJob, pceltFetched: *mut ULONG) -> HRESULT,
pub Skip: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, celt: ULONG) -> HRESULT,
pub Reset: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs) -> HRESULT,
pub Clone: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, ppenum: *mut *mut IEnumBackgroundCopyJobs) -> HRESULT,
pub GetCount: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, puCount: *mut ULONG) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§Next: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, celt: ULONG, rgelt: *mut *mut IBackgroundCopyJob, pceltFetched: *mut ULONG) -> HRESULT§Skip: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, celt: ULONG) -> HRESULT§Reset: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs) -> HRESULT§Clone: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, ppenum: *mut *mut IEnumBackgroundCopyJobs) -> HRESULT§GetCount: unsafe extern "system" fn(This: *mut IEnumBackgroundCopyJobs, puCount: *mut ULONG) -> HRESULTAuto Trait Implementations§
impl Freeze for IEnumBackgroundCopyJobsVtbl
impl RefUnwindSafe for IEnumBackgroundCopyJobsVtbl
impl Send for IEnumBackgroundCopyJobsVtbl
impl Sync for IEnumBackgroundCopyJobsVtbl
impl Unpin for IEnumBackgroundCopyJobsVtbl
impl UnwindSafe for IEnumBackgroundCopyJobsVtbl
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