Struct windows::Win32::Networking::BackgroundIntelligentTransferService::IBackgroundCopyManager_Vtbl
#[repr(C)]pub struct IBackgroundCopyManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateJob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BG_JOB_TYPE, _: *mut GUID, _: *mut *mut c_void) -> HRESULT,
pub GetJob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub EnumJobs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateJob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BG_JOB_TYPE, _: *mut GUID, _: *mut *mut c_void) -> HRESULT
§GetJob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§EnumJobs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IBackgroundCopyManager_Vtbl
impl IBackgroundCopyManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundCopyManager_Vtblwhere
Identity: IBackgroundCopyManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyManager_Vtbl
impl RefUnwindSafe for IBackgroundCopyManager_Vtbl
impl Send for IBackgroundCopyManager_Vtbl
impl Sync for IBackgroundCopyManager_Vtbl
impl Unpin for IBackgroundCopyManager_Vtbl
impl UnwindSafe for IBackgroundCopyManager_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