Struct gdk_pixbuf_sys::GdkPixbufLoaderClass[][src]

#[repr(C)]
pub struct GdkPixbufLoaderClass { pub parent_class: GObjectClass, pub size_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int)>, pub area_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>, pub area_updated: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int, _: c_int, _: c_int)>, pub closed: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>, }

Fields

Trait Implementations

impl Copy for GdkPixbufLoaderClass
[src]

impl Clone for GdkPixbufLoaderClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkPixbufLoaderClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations