pub struct IUIAutomationTransformPattern2(/* private fields */);
Implementations§
Source§impl IUIAutomationTransformPattern2
impl IUIAutomationTransformPattern2
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>
pub unsafe fn Zoom(&self, zoomvalue: f64) -> Result<()>
pub unsafe fn ZoomByUnit(&self, zoomunit: ZoomUnit) -> Result<()>
pub unsafe fn get_CurrentCanZoom(&self) -> Result<BOOL>
pub unsafe fn get_CachedCanZoom(&self) -> Result<BOOL>
pub unsafe fn get_CurrentZoomLevel(&self) -> Result<f64>
pub unsafe fn get_CachedZoomLevel(&self) -> Result<f64>
pub unsafe fn get_CurrentZoomMinimum(&self) -> Result<f64>
pub unsafe fn get_CachedZoomMinimum(&self) -> Result<f64>
pub unsafe fn get_CurrentZoomMaximum(&self) -> Result<f64>
pub unsafe fn get_CachedZoomMaximum(&self) -> Result<f64>
Trait Implementations§
Source§impl Clone for IUIAutomationTransformPattern2
impl Clone for IUIAutomationTransformPattern2
Source§fn clone(&self) -> IUIAutomationTransformPattern2
fn clone(&self) -> IUIAutomationTransformPattern2
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<&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<&IUIAutomationTransformPattern2> for IUnknown
impl From<&IUIAutomationTransformPattern2> for IUnknown
Source§fn from(value: &IUIAutomationTransformPattern2) -> Self
fn from(value: &IUIAutomationTransformPattern2) -> 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<IUIAutomationTransformPattern2> for IUnknown
impl From<IUIAutomationTransformPattern2> for IUnknown
Source§fn from(value: IUIAutomationTransformPattern2) -> Self
fn from(value: IUIAutomationTransformPattern2) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationTransformPattern2
impl Interface for IUIAutomationTransformPattern2
const IID: Guid
type Vtable = IUIAutomationTransformPattern2_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 IUIAutomationTransformPattern2
impl PartialEq for IUIAutomationTransformPattern2
Source§fn eq(&self, other: &IUIAutomationTransformPattern2) -> bool
fn eq(&self, other: &IUIAutomationTransformPattern2) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationTransformPattern2
impl StructuralPartialEq for IUIAutomationTransformPattern2
Auto Trait Implementations§
impl Freeze for IUIAutomationTransformPattern2
impl RefUnwindSafe for IUIAutomationTransformPattern2
impl !Send for IUIAutomationTransformPattern2
impl !Sync for IUIAutomationTransformPattern2
impl Unpin for IUIAutomationTransformPattern2
impl UnwindSafe for IUIAutomationTransformPattern2
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