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§
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.