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