CGImageGetBitsPerPixel

Function CGImageGetBitsPerPixel 

Source
pub extern "C-unwind" fn CGImageGetBitsPerPixel(
    image: Option<&CGImage>,
) -> usize
👎Deprecated: renamed to CGImage::bits_per_pixel
Available on crate feature CGImage only.