Struct windows::Win32::Devices::FunctionDiscovery::IFunctionDiscovery_Vtbl
#[repr(C)]pub struct IFunctionDiscovery_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetInstanceCollection: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub GetInstance: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub CreateInstanceCollectionQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL, _: *mut c_void, _: *mut u64, _: *mut *mut c_void) -> HRESULT,
pub CreateInstanceQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut u64, _: *mut *mut c_void) -> HRESULT,
pub AddInstance: unsafe extern "system" fn(_: *mut c_void, _: SystemVisibilityFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub RemoveInstance: unsafe extern "system" fn(_: *mut c_void, _: SystemVisibilityFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetInstanceCollection: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL, _: *mut *mut c_void) -> HRESULT
§GetInstance: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§CreateInstanceCollectionQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL, _: *mut c_void, _: *mut u64, _: *mut *mut c_void) -> HRESULT
§CreateInstanceQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut u64, _: *mut *mut c_void) -> HRESULT
§AddInstance: unsafe extern "system" fn(_: *mut c_void, _: SystemVisibilityFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§RemoveInstance: unsafe extern "system" fn(_: *mut c_void, _: SystemVisibilityFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl IFunctionDiscovery_Vtbl
impl IFunctionDiscovery_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFunctionDiscovery_Vtblwhere
Identity: IFunctionDiscovery_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFunctionDiscovery_Vtbl
impl RefUnwindSafe for IFunctionDiscovery_Vtbl
impl Send for IFunctionDiscovery_Vtbl
impl Sync for IFunctionDiscovery_Vtbl
impl Unpin for IFunctionDiscovery_Vtbl
impl UnwindSafe for IFunctionDiscovery_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