#[repr(C)]pub struct IEnumBackgroundCopyJobs {
pub lpVtbl: *const IEnumBackgroundCopyJobsVtbl,
}
Fields§
§lpVtbl: *const IEnumBackgroundCopyJobsVtbl
Implementations§
Source§impl IEnumBackgroundCopyJobs
impl IEnumBackgroundCopyJobs
pub unsafe fn Next( &self, celt: ULONG, rgelt: *mut *mut IBackgroundCopyJob, pceltFetched: *mut ULONG, ) -> HRESULT
pub unsafe fn Skip(&self, celt: ULONG) -> HRESULT
pub unsafe fn Reset(&self) -> HRESULT
pub unsafe fn Clone(&self, ppenum: *mut *mut IEnumBackgroundCopyJobs) -> HRESULT
pub unsafe fn GetCount(&self, puCount: *mut ULONG) -> HRESULT
Trait Implementations§
Source§impl Deref for IEnumBackgroundCopyJobs
impl Deref for IEnumBackgroundCopyJobs
Auto Trait Implementations§
impl Freeze for IEnumBackgroundCopyJobs
impl RefUnwindSafe for IEnumBackgroundCopyJobs
impl !Send for IEnumBackgroundCopyJobs
impl !Sync for IEnumBackgroundCopyJobs
impl Unpin for IEnumBackgroundCopyJobs
impl UnwindSafe for IEnumBackgroundCopyJobs
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