#[repr(C)]pub struct IBackgroundCopyJob5_Vtbl {
pub base__: IBackgroundCopyJob4_Vtbl,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: BITS_JOB_PROPERTY_ID, _: BITS_JOB_PROPERTY_VALUE) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: BITS_JOB_PROPERTY_ID, _: *mut BITS_JOB_PROPERTY_VALUE) -> HRESULT,
}
Fields§
§base__: IBackgroundCopyJob4_Vtbl
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: BITS_JOB_PROPERTY_ID, _: BITS_JOB_PROPERTY_VALUE) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: BITS_JOB_PROPERTY_ID, _: *mut BITS_JOB_PROPERTY_VALUE) -> HRESULT
Implementations§
§impl IBackgroundCopyJob5_Vtbl
impl IBackgroundCopyJob5_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundCopyJob5_Vtblwhere
Identity: IBackgroundCopyJob5_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyJob5_Vtbl
impl RefUnwindSafe for IBackgroundCopyJob5_Vtbl
impl Send for IBackgroundCopyJob5_Vtbl
impl Sync for IBackgroundCopyJob5_Vtbl
impl Unpin for IBackgroundCopyJob5_Vtbl
impl UnwindSafe for IBackgroundCopyJob5_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