#[repr(C)]pub struct IUIAutomationTransformPatternVtbl {
pub parent: IUnknownVtbl,
pub Move: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, x: c_double, y: c_double) -> HRESULT,
pub Resize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, width: c_double, height: c_double) -> HRESULT,
pub Rotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, degrees: c_double) -> HRESULT,
pub get_CurrentCanMove: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
pub get_CurrentCanResize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
pub get_CurrentCanRotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
pub get_CachedCanMove: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
pub get_CachedCanResize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
pub get_CachedCanRotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§Move: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, x: c_double, y: c_double) -> HRESULT§Resize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, width: c_double, height: c_double) -> HRESULT§Rotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, degrees: c_double) -> HRESULT§get_CurrentCanMove: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT§get_CurrentCanResize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT§get_CurrentCanRotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT§get_CachedCanMove: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT§get_CachedCanResize: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULT§get_CachedCanRotate: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern, retVal: *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationTransformPatternVtbl
impl RefUnwindSafe for IUIAutomationTransformPatternVtbl
impl Send for IUIAutomationTransformPatternVtbl
impl Sync for IUIAutomationTransformPatternVtbl
impl Unpin for IUIAutomationTransformPatternVtbl
impl UnwindSafe for IUIAutomationTransformPatternVtbl
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