#[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 moreSource§impl Debug for GdkPixbufAnimationIterClass
impl Debug for GdkPixbufAnimationIterClass
impl Copy for GdkPixbufAnimationIterClass
Auto Trait Implementations§
impl Freeze for GdkPixbufAnimationIterClass
impl RefUnwindSafe for GdkPixbufAnimationIterClass
impl !Send for GdkPixbufAnimationIterClass
impl !Sync for GdkPixbufAnimationIterClass
impl Unpin for GdkPixbufAnimationIterClass
impl UnwindSafe for GdkPixbufAnimationIterClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)