Struct gdk_pixbuf_sys::GdkPixbufLoaderClass
source · #[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: GObjectClass§size_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§
source§impl Clone for GdkPixbufLoaderClass
impl Clone for GdkPixbufLoaderClass
source§fn clone(&self) -> GdkPixbufLoaderClass
fn clone(&self) -> GdkPixbufLoaderClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more