Struct IBackgroundCopyJob1_Vtbl
#[repr(C)]pub struct IBackgroundCopyJob1_Vtbl {
pub base__: IUnknown_Vtbl,
pub CancelJob: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub AddFiles: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const *const FILESETINFO) -> HRESULT,
pub GetFile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut FILESETINFO) -> HRESULT,
pub GetFileCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SwitchToForeground: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub JobID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CancelJob: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
§AddFiles: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const *const FILESETINFO) -> HRESULT
§GetFile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut FILESETINFO) -> HRESULT
§GetFileCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SwitchToForeground: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§JobID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IBackgroundCopyJob1_Vtbl
impl IBackgroundCopyJob1_Vtbl
pub const fn new<Identity: IBackgroundCopyJob1_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyJob1_Vtbl
impl RefUnwindSafe for IBackgroundCopyJob1_Vtbl
impl Send for IBackgroundCopyJob1_Vtbl
impl Sync for IBackgroundCopyJob1_Vtbl
impl Unpin for IBackgroundCopyJob1_Vtbl
impl UnwindSafe for IBackgroundCopyJob1_Vtbl
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