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