pub struct IUIAutomationWindowPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationWindowPattern
impl IUIAutomationWindowPattern
pub unsafe fn Close(&self) -> Result<(), Error>
pub unsafe fn WaitForInputIdle(&self, milliseconds: i32) -> Result<BOOL, Error>
pub unsafe fn SetWindowVisualState( &self, state: WindowVisualState, ) -> Result<(), Error>
pub unsafe fn get_CurrentCanMaximize(&self) -> Result<BOOL, Error>
pub unsafe fn get_CurrentCanMinimize(&self) -> Result<BOOL, Error>
pub unsafe fn get_CurrentIsModal(&self) -> Result<BOOL, Error>
pub unsafe fn get_CurrentIsTopmost(&self) -> Result<BOOL, Error>
pub unsafe fn get_CurrentWindowVisualState( &self, ) -> Result<WindowVisualState, Error>
pub unsafe fn get_CurrentWindowInteractionState( &self, ) -> Result<WindowInteractionState, Error>
pub unsafe fn get_CachedCanMaximize(&self) -> Result<BOOL, Error>
pub unsafe fn get_CachedCanMinimize(&self) -> Result<BOOL, Error>
pub unsafe fn get_CachedIsModal(&self) -> Result<BOOL, Error>
pub unsafe fn get_CachedIsTopmost(&self) -> Result<BOOL, Error>
pub unsafe fn get_CachedWindowVisualState( &self, ) -> Result<WindowVisualState, Error>
pub unsafe fn get_CachedWindowInteractionState( &self, ) -> Result<WindowInteractionState, Error>
Trait Implementations§
Source§impl Clone for IUIAutomationWindowPattern
impl Clone for IUIAutomationWindowPattern
Source§fn clone(&self) -> IUIAutomationWindowPattern
fn clone(&self) -> IUIAutomationWindowPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IUIAutomationWindowPattern
impl Debug for IUIAutomationWindowPattern
Source§impl Interface for IUIAutomationWindowPattern
impl Interface for IUIAutomationWindowPattern
impl Eq for IUIAutomationWindowPattern
impl StructuralPartialEq for IUIAutomationWindowPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationWindowPattern
impl RefUnwindSafe for IUIAutomationWindowPattern
impl !Send for IUIAutomationWindowPattern
impl !Sync for IUIAutomationWindowPattern
impl Unpin for IUIAutomationWindowPattern
impl UnwindSafe for IUIAutomationWindowPattern
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