Struct windows::Win32::Storage::OfflineFiles::IOfflineFilesEvents4_Vtbl
#[repr(C)]pub struct IOfflineFilesEvents4_Vtbl {
pub base__: IOfflineFilesEvents3_Vtbl,
pub PrefetchCloseHandleBegin: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PrefetchCloseHandleEnd: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IOfflineFilesEvents3_Vtbl
§PrefetchCloseHandleBegin: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PrefetchCloseHandleEnd: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: HRESULT) -> HRESULT
Implementations§
§impl IOfflineFilesEvents4_Vtbl
impl IOfflineFilesEvents4_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOfflineFilesEvents4_Vtblwhere
Identity: IOfflineFilesEvents4_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOfflineFilesEvents4_Vtbl
impl RefUnwindSafe for IOfflineFilesEvents4_Vtbl
impl Send for IOfflineFilesEvents4_Vtbl
impl Sync for IOfflineFilesEvents4_Vtbl
impl Unpin for IOfflineFilesEvents4_Vtbl
impl UnwindSafe for IOfflineFilesEvents4_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