#[repr(C)]pub struct IUIAutomationTransformPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub Move: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT,
pub Resize: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT,
pub Rotate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub CurrentCanMove: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentCanResize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentCanRotate: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedCanMove: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedCanResize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedCanRotate: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Move: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT
§Resize: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT
§Rotate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§CurrentCanMove: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentCanResize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentCanRotate: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedCanMove: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedCanResize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedCanRotate: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IUIAutomationTransformPattern_Vtbl
impl IUIAutomationTransformPattern_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAutomationTransformPattern_Vtblwhere
Identity: IUIAutomationTransformPattern_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationTransformPattern_Vtbl
impl RefUnwindSafe for IUIAutomationTransformPattern_Vtbl
impl Send for IUIAutomationTransformPattern_Vtbl
impl Sync for IUIAutomationTransformPattern_Vtbl
impl Unpin for IUIAutomationTransformPattern_Vtbl
impl UnwindSafe for IUIAutomationTransformPattern_Vtbl
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