#[repr(C)]pub struct IUIAutomationSelectionItemPattern {
pub lpVtbl: *const IUIAutomationSelectionItemPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationSelectionItemPatternVtbl
Implementations§
Source§impl IUIAutomationSelectionItemPattern
impl IUIAutomationSelectionItemPattern
pub unsafe fn Select(&self) -> HRESULT
pub unsafe fn AddToSelection(&self) -> HRESULT
pub unsafe fn RemoveFromSelection(&self) -> HRESULT
pub unsafe fn get_CurrentIsSelected(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentSelectionContainer( &self, retVal: *mut *mut IUIAutomationElement, ) -> HRESULT
pub unsafe fn get_CachedIsSelected(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedSelectionContainer( &self, retVal: *mut *mut IUIAutomationElement, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionItemPattern
impl RefUnwindSafe for IUIAutomationSelectionItemPattern
impl !Send for IUIAutomationSelectionItemPattern
impl !Sync for IUIAutomationSelectionItemPattern
impl Unpin for IUIAutomationSelectionItemPattern
impl UnwindSafe for IUIAutomationSelectionItemPattern
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