Struct IStorageProviderHandler_Vtbl
#[repr(C)]pub struct IStorageProviderHandler_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub GetPropertyHandlerFromPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
    pub GetPropertyHandlerFromUri: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
    pub GetPropertyHandlerFromFileId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetPropertyHandlerFromPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT§GetPropertyHandlerFromUri: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT§GetPropertyHandlerFromFileId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IStorageProviderHandler_Vtbl
 
impl IStorageProviderHandler_Vtbl
pub const fn new<Identity: IStorageProviderHandler_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageProviderHandler_Vtbl
impl RefUnwindSafe for IStorageProviderHandler_Vtbl
impl Send for IStorageProviderHandler_Vtbl
impl Sync for IStorageProviderHandler_Vtbl
impl Unpin for IStorageProviderHandler_Vtbl
impl UnwindSafe for IStorageProviderHandler_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