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