Struct IFunctionDiscoveryProvider_Vtbl
#[repr(C)]pub struct IFunctionDiscoveryProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub Query: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EndQuery: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub InstancePropertyStoreValidateAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: u32) -> HRESULT,
pub InstancePropertyStoreOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: u32, _: *mut *mut c_void) -> HRESULT,
pub InstancePropertyStoreFlush: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize) -> HRESULT,
pub InstanceQueryService: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub InstanceReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§Query: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EndQuery: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§InstancePropertyStoreValidateAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: u32) -> HRESULT
§InstancePropertyStoreOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: u32, _: *mut *mut c_void) -> HRESULT
§InstancePropertyStoreFlush: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize) -> HRESULT
§InstanceQueryService: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§InstanceReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize) -> HRESULT
Implementations§
§impl IFunctionDiscoveryProvider_Vtbl
impl IFunctionDiscoveryProvider_Vtbl
pub const fn new<Identity: IFunctionDiscoveryProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFunctionDiscoveryProvider_Vtbl
impl RefUnwindSafe for IFunctionDiscoveryProvider_Vtbl
impl Send for IFunctionDiscoveryProvider_Vtbl
impl Sync for IFunctionDiscoveryProvider_Vtbl
impl Unpin for IFunctionDiscoveryProvider_Vtbl
impl UnwindSafe for IFunctionDiscoveryProvider_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