CGPathIsRect

Function CGPathIsRect 

Source
pub unsafe extern "C-unwind" fn CGPathIsRect(
    path: Option<&CGPath>,
    rect: *mut CGRect,
) -> bool
👎Deprecated: renamed to CGPath::is_rect
Available on crate feature CGPath only.