#[repr(C)]pub struct IBackgroundCopyFile {
pub lpVtbl: *const IBackgroundCopyFileVtbl,
}
Fields§
§lpVtbl: *const IBackgroundCopyFileVtbl
Implementations§
Source§impl IBackgroundCopyFile
impl IBackgroundCopyFile
pub unsafe fn GetRemoteName(&self, pVal: *mut LPWSTR) -> HRESULT
pub unsafe fn GetLocalName(&self, pVal: *mut LPWSTR) -> HRESULT
pub unsafe fn GetProgress(&self, pVal: *mut BG_FILE_PROGRESS) -> HRESULT
Trait Implementations§
Source§impl Deref for IBackgroundCopyFile
impl Deref for IBackgroundCopyFile
Auto Trait Implementations§
impl Freeze for IBackgroundCopyFile
impl RefUnwindSafe for IBackgroundCopyFile
impl !Send for IBackgroundCopyFile
impl !Sync for IBackgroundCopyFile
impl Unpin for IBackgroundCopyFile
impl UnwindSafe for IBackgroundCopyFile
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