#[repr(C)]pub struct IUIAutomationTransformPattern {
pub lpVtbl: *const IUIAutomationTransformPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationTransformPatternVtbl
Implementations§
Source§impl IUIAutomationTransformPattern
impl IUIAutomationTransformPattern
pub unsafe fn Move(&self, x: c_double, y: c_double) -> HRESULT
pub unsafe fn Resize(&self, width: c_double, height: c_double) -> HRESULT
pub unsafe fn Rotate(&self, degrees: c_double) -> HRESULT
pub unsafe fn get_CurrentCanMove(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentCanResize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentCanRotate(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedCanMove(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedCanResize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedCanRotate(&self, retVal: *mut BOOL) -> HRESULT
Trait Implementations§
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> 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