#[repr(C)]pub struct IUIAutomationSelectionPattern {
pub lpVtbl: *const IUIAutomationSelectionPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationSelectionPatternVtbl
Implementations§
Source§impl IUIAutomationSelectionPattern
impl IUIAutomationSelectionPattern
pub unsafe fn GetCurrentSelection( &self, retVal: *mut *mut IUIAutomationElementArray, ) -> HRESULT
pub unsafe fn get_CurrentCanSelectMultiple(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentIsSelectionRequired( &self, retVal: *mut BOOL, ) -> HRESULT
pub unsafe fn GetCachedSelection( &self, retVal: *mut *mut IUIAutomationElementArray, ) -> HRESULT
pub unsafe fn get_CachedCanSelectMultiple(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedIsSelectionRequired(&self, retVal: *mut BOOL) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionPattern
impl RefUnwindSafe for IUIAutomationSelectionPattern
impl !Send for IUIAutomationSelectionPattern
impl !Sync for IUIAutomationSelectionPattern
impl Unpin for IUIAutomationSelectionPattern
impl UnwindSafe for IUIAutomationSelectionPattern
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