pub type GdkPixbufModuleFillInfoFunc = Option<unsafe extern "C" fn(_: *mut GdkPixbufFormat)>;

Aliased Type§

enum GdkPixbufModuleFillInfoFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GdkPixbufFormat)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GdkPixbufFormat))

Some value of type T.