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