pub unsafe extern "C-unwind" fn IconRefIntersectsCGRect(
test_rect: *const CGRect,
icon_rect: *const CGRect,
align: IconAlignmentType,
icon_services_usage_flags: IconServicesUsageFlags,
the_icon_ref: IconRef,
) -> boolAvailable on crate features
Icons and objc2-core-services only.Expand description
ยงSafety
test_rectmust be a valid pointer.icon_rectmust be a valid pointer.the_icon_refmust be a valid pointer.