pub struct IUIAutomationWindowPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationWindowPattern
impl IUIAutomationWindowPattern
pub unsafe fn Close(&self) -> Result<()>
pub unsafe fn WaitForInputIdle(&self, milliseconds: i32) -> Result<BOOL>
pub unsafe fn SetWindowVisualState( &self, state: WindowVisualState, ) -> Result<()>
pub unsafe fn get_CurrentCanMaximize(&self) -> Result<BOOL>
pub unsafe fn get_CurrentCanMinimize(&self) -> Result<BOOL>
pub unsafe fn get_CurrentIsModal(&self) -> Result<BOOL>
pub unsafe fn get_CurrentIsTopmost(&self) -> Result<BOOL>
pub unsafe fn get_CurrentWindowVisualState(&self) -> Result<WindowVisualState>
pub unsafe fn get_CurrentWindowInteractionState( &self, ) -> Result<WindowInteractionState>
pub unsafe fn get_CachedCanMaximize(&self) -> Result<BOOL>
pub unsafe fn get_CachedCanMinimize(&self) -> Result<BOOL>
pub unsafe fn get_CachedIsModal(&self) -> Result<BOOL>
pub unsafe fn get_CachedIsTopmost(&self) -> Result<BOOL>
pub unsafe fn get_CachedWindowVisualState(&self) -> Result<WindowVisualState>
pub unsafe fn get_CachedWindowInteractionState( &self, ) -> Result<WindowInteractionState>
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 From<&IUIAutomationWindowPattern> for IUnknown
impl From<&IUIAutomationWindowPattern> for IUnknown
Source§fn from(value: &IUIAutomationWindowPattern) -> Self
fn from(value: &IUIAutomationWindowPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationWindowPattern> for IUnknown
impl From<IUIAutomationWindowPattern> for IUnknown
Source§fn from(value: IUIAutomationWindowPattern) -> Self
fn from(value: IUIAutomationWindowPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationWindowPattern
impl Interface for IUIAutomationWindowPattern
const IID: Guid
type Vtable = IUIAutomationWindowPattern_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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