Struct windows::Storage::IStorageLibraryChange_Vtbl
#[repr(C)]pub struct IStorageLibraryChange_Vtbl {
pub base__: IInspectable_Vtbl,
pub ChangeType: unsafe extern "system" fn(_: *mut c_void, _: *mut StorageLibraryChangeType) -> HRESULT,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub PreviousPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsOfType: unsafe extern "system" fn(_: *mut c_void, _: StorageItemTypes, _: *mut bool) -> HRESULT,
pub GetStorageItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ChangeType: unsafe extern "system" fn(_: *mut c_void, _: *mut StorageLibraryChangeType) -> HRESULT
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§PreviousPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsOfType: unsafe extern "system" fn(_: *mut c_void, _: StorageItemTypes, _: *mut bool) -> HRESULT
§GetStorageItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStorageLibraryChange_Vtbl
impl RefUnwindSafe for IStorageLibraryChange_Vtbl
impl Send for IStorageLibraryChange_Vtbl
impl Sync for IStorageLibraryChange_Vtbl
impl Unpin for IStorageLibraryChange_Vtbl
impl UnwindSafe for IStorageLibraryChange_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