Struct IUIAutomationOrCondition_Vtbl
#[repr(C)]pub struct IUIAutomationOrCondition_Vtbl {
pub base__: IUIAutomationCondition_Vtbl,
pub ChildCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetChildrenAsNativeArray: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut c_void, _: *mut i32) -> HRESULT,
pub GetChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IUIAutomationCondition_Vtbl
§ChildCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetChildrenAsNativeArray: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut c_void, _: *mut i32) -> HRESULT
§GetChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl IUIAutomationOrCondition_Vtbl
impl IUIAutomationOrCondition_Vtbl
pub const fn new<Identity: IUIAutomationOrCondition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationOrCondition_Vtbl
impl RefUnwindSafe for IUIAutomationOrCondition_Vtbl
impl Send for IUIAutomationOrCondition_Vtbl
impl Sync for IUIAutomationOrCondition_Vtbl
impl Unpin for IUIAutomationOrCondition_Vtbl
impl UnwindSafe for IUIAutomationOrCondition_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