Struct gdk_pixbuf_sys::GdkPixbufAnimationClass
source · #[repr(C)]pub struct GdkPixbufAnimationClass {
pub parent_class: GObjectClass,
pub is_static_image: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation) -> gboolean>,
pub get_static_image: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation) -> *mut GdkPixbuf>,
pub get_size: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation, _: *mut c_int, _: *mut c_int)>,
pub get_iter: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation, _: *const GTimeVal) -> *mut GdkPixbufAnimationIter>,
}
Fields§
§parent_class: GObjectClass
§is_static_image: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation) -> gboolean>
§get_static_image: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation) -> *mut GdkPixbuf>
§get_size: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation, _: *mut c_int, _: *mut c_int)>
§get_iter: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimation, _: *const GTimeVal) -> *mut GdkPixbufAnimationIter>
Trait Implementations§
source§impl Clone for GdkPixbufAnimationClass
impl Clone for GdkPixbufAnimationClass
source§fn clone(&self) -> GdkPixbufAnimationClass
fn clone(&self) -> GdkPixbufAnimationClass
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