#[repr(C)]pub struct IUIAutomationAndCondition {
pub lpVtbl: *const IUIAutomationAndConditionVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationAndConditionVtbl
Implementations§
Source§impl IUIAutomationAndCondition
impl IUIAutomationAndCondition
pub unsafe fn get_ChildCount(&self, childCount: *mut c_int) -> HRESULT
pub unsafe fn GetChildrenAsNativeArray( &self, childArray: *mut *mut *mut IUIAutomationCondition, childArrayCount: *mut c_int, ) -> HRESULT
pub unsafe fn GetChildren(&self, childArray: *mut *mut SAFEARRAY) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationAndCondition
impl Deref for IUIAutomationAndCondition
Source§type Target = IUIAutomationCondition
type Target = IUIAutomationCondition
The resulting type after dereferencing.
Source§fn deref(&self) -> &IUIAutomationCondition
fn deref(&self) -> &IUIAutomationCondition
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IUIAutomationAndCondition
impl RefUnwindSafe for IUIAutomationAndCondition
impl !Send for IUIAutomationAndCondition
impl !Sync for IUIAutomationAndCondition
impl Unpin for IUIAutomationAndCondition
impl UnwindSafe for IUIAutomationAndCondition
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