Trait NSObjectUIAccessibilityHitTest

Source
pub unsafe trait NSObjectUIAccessibilityHitTest:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn accessibilityHitTest_withEvent(
        &self,
        point: CGPoint,
        event: Option<&UIEvent>,
        mtm: MainThreadMarker,
    ) -> Option<Retained<AnyObject>> { ... }
}
Available on crate feature UIAccessibility only.
Expand description

Category “UIAccessibilityHitTest” on NSObject.

Provided Methods§

Source

unsafe fn accessibilityHitTest_withEvent( &self, point: CGPoint, event: Option<&UIEvent>, mtm: MainThreadMarker, ) -> Option<Retained<AnyObject>>

Available on crate features UIEvent and objc2-core-foundation only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSObjectUIAccessibilityHitTest for NSObject

Implementors§