Type Alias classicube_sys::Png_RowGetter

source ·
pub type Png_RowGetter = Option<unsafe extern "C" fn(bmp: *mut Bitmap, row: c_int, ctx: *mut c_void) -> *mut BitmapCol>;

Aliased Type§

enum Png_RowGetter {
    None,
    Some(unsafe extern "C" fn(_: *mut Bitmap, _: i32, _: *mut c_void) -> *mut u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Bitmap, _: i32, _: *mut c_void) -> *mut u32)

Some value of type T.