Struct IUIAutomationTransformPattern2_Vtbl
#[repr(C)]pub struct IUIAutomationTransformPattern2_Vtbl {
pub base__: IUIAutomationTransformPattern_Vtbl,
pub Zoom: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub ZoomByUnit: unsafe extern "system" fn(_: *mut c_void, _: ZoomUnit) -> HRESULT,
pub CurrentCanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedCanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CurrentZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CurrentZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CachedZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IUIAutomationTransformPattern_Vtbl
§Zoom: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§ZoomByUnit: unsafe extern "system" fn(_: *mut c_void, _: ZoomUnit) -> HRESULT
§CurrentCanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedCanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CurrentZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CurrentZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CachedZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IUIAutomationTransformPattern2_Vtbl
impl IUIAutomationTransformPattern2_Vtbl
pub const fn new<Identity: IUIAutomationTransformPattern2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationTransformPattern2_Vtbl
impl RefUnwindSafe for IUIAutomationTransformPattern2_Vtbl
impl Send for IUIAutomationTransformPattern2_Vtbl
impl Sync for IUIAutomationTransformPattern2_Vtbl
impl Unpin for IUIAutomationTransformPattern2_Vtbl
impl UnwindSafe for IUIAutomationTransformPattern2_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