Struct IUIAutomationAndCondition_Vtbl
#[repr(C)]pub struct IUIAutomationAndCondition_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 IUIAutomationAndCondition_Vtbl
impl IUIAutomationAndCondition_Vtbl
pub const fn new<Identity: IUIAutomationAndCondition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationAndCondition_Vtbl
impl RefUnwindSafe for IUIAutomationAndCondition_Vtbl
impl Send for IUIAutomationAndCondition_Vtbl
impl Sync for IUIAutomationAndCondition_Vtbl
impl Unpin for IUIAutomationAndCondition_Vtbl
impl UnwindSafe for IUIAutomationAndCondition_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