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
parent_class: GObjectClasssize_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int)>area_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>area_updated: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int, _: c_int, _: c_int)>closed: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkPixbufLoaderClassimpl !Send for GdkPixbufLoaderClassimpl !Sync for GdkPixbufLoaderClassimpl Unpin for GdkPixbufLoaderClassimpl UnwindSafe for GdkPixbufLoaderClassBlanket Implementations
Mutably borrows from an owned value. Read more