#[repr(C)]pub struct GdkPixbufAnimationIterClass {
pub parent_class: GObjectClass,
pub get_delay_time: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> c_int>,
pub get_pixbuf: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> *mut GdkPixbuf>,
pub on_currently_loading_frame: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> gboolean>,
pub advance: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter, _: *const GTimeVal) -> gboolean>,
}
Fields§
§parent_class: GObjectClass
§get_delay_time: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> c_int>
§get_pixbuf: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> *mut GdkPixbuf>
§on_currently_loading_frame: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter) -> gboolean>
§advance: Option<unsafe extern "C" fn(_: *mut GdkPixbufAnimationIter, _: *const GTimeVal) -> gboolean>
Trait Implementations§
source§impl Clone for GdkPixbufAnimationIterClass
impl Clone for GdkPixbufAnimationIterClass
source§fn clone(&self) -> GdkPixbufAnimationIterClass
fn clone(&self) -> GdkPixbufAnimationIterClass
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