Skip to main content

NSObjectUIAccessibilityHitTest

Trait NSObjectUIAccessibilityHitTest 

Source
pub unsafe trait NSObjectUIAccessibilityHitTest:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    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

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

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NSObjectUIAccessibilityHitTest for NSObject

Implementors§