#[repr(C)]pub struct IBackgroundCopyFile5Vtbl {
pub parent: IBackgroundCopyFile4Vtbl,
pub SetProperty: unsafe extern "system" fn(This: *mut IBackgroundCopyFile5, PropertyId: BITS_JOB_PROPERTY_ID, PropertyValue: BITS_JOB_PROPERTY_VALUE) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(This: *mut IBackgroundCopyFile5, PropertyId: BITS_JOB_PROPERTY_ID, PropertyValue: *mut BITS_JOB_PROPERTY_VALUE) -> HRESULT,
}
Fields§
§parent: IBackgroundCopyFile4Vtbl
§SetProperty: unsafe extern "system" fn(This: *mut IBackgroundCopyFile5, PropertyId: BITS_JOB_PROPERTY_ID, PropertyValue: BITS_JOB_PROPERTY_VALUE) -> HRESULT
§GetProperty: unsafe extern "system" fn(This: *mut IBackgroundCopyFile5, PropertyId: BITS_JOB_PROPERTY_ID, PropertyValue: *mut BITS_JOB_PROPERTY_VALUE) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBackgroundCopyFile5Vtbl
impl RefUnwindSafe for IBackgroundCopyFile5Vtbl
impl Send for IBackgroundCopyFile5Vtbl
impl Sync for IBackgroundCopyFile5Vtbl
impl Unpin for IBackgroundCopyFile5Vtbl
impl UnwindSafe for IBackgroundCopyFile5Vtbl
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