pub struct IUIAutomationTransformPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationTransformPattern
impl IUIAutomationTransformPattern
pub unsafe fn Move(&self, x: f64, y: f64) -> Result<()>
pub unsafe fn Resize(&self, width: f64, height: f64) -> Result<()>
pub unsafe fn Rotate(&self, degrees: f64) -> Result<()>
pub unsafe fn get_CurrentCanMove(&self) -> Result<BOOL>
pub unsafe fn get_CurrentCanResize(&self) -> Result<BOOL>
pub unsafe fn get_CurrentCanRotate(&self) -> Result<BOOL>
pub unsafe fn get_CachedCanMove(&self) -> Result<BOOL>
pub unsafe fn get_CachedCanResize(&self) -> Result<BOOL>
pub unsafe fn get_CachedCanRotate(&self) -> Result<BOOL>
Trait Implementations§
Source§impl Clone for IUIAutomationTransformPattern
impl Clone for IUIAutomationTransformPattern
Source§fn clone(&self) -> IUIAutomationTransformPattern
fn clone(&self) -> IUIAutomationTransformPattern
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 From<&IUIAutomationTransformPattern> for IUnknown
impl From<&IUIAutomationTransformPattern> for IUnknown
Source§fn from(value: &IUIAutomationTransformPattern) -> Self
fn from(value: &IUIAutomationTransformPattern) -> Self
Converts to this type from the input type.
Source§impl From<&IUIAutomationTransformPattern2> for IUIAutomationTransformPattern
impl From<&IUIAutomationTransformPattern2> for IUIAutomationTransformPattern
Source§fn from(value: &IUIAutomationTransformPattern2) -> Self
fn from(value: &IUIAutomationTransformPattern2) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationTransformPattern> for IUnknown
impl From<IUIAutomationTransformPattern> for IUnknown
Source§fn from(value: IUIAutomationTransformPattern) -> Self
fn from(value: IUIAutomationTransformPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationTransformPattern2> for IUIAutomationTransformPattern
impl From<IUIAutomationTransformPattern2> for IUIAutomationTransformPattern
Source§fn from(value: IUIAutomationTransformPattern2) -> Self
fn from(value: IUIAutomationTransformPattern2) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationTransformPattern
impl Interface for IUIAutomationTransformPattern
const IID: Guid
type Vtable = IUIAutomationTransformPattern_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
Source§impl PartialEq for IUIAutomationTransformPattern
impl PartialEq for IUIAutomationTransformPattern
Source§fn eq(&self, other: &IUIAutomationTransformPattern) -> bool
fn eq(&self, other: &IUIAutomationTransformPattern) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationTransformPattern
impl StructuralPartialEq for IUIAutomationTransformPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationTransformPattern
impl RefUnwindSafe for IUIAutomationTransformPattern
impl !Send for IUIAutomationTransformPattern
impl !Sync for IUIAutomationTransformPattern
impl Unpin for IUIAutomationTransformPattern
impl UnwindSafe for IUIAutomationTransformPattern
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