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
sourceimpl Clone for GdkPixbufAnimationClass
impl Clone for GdkPixbufAnimationClass
sourcefn clone(&self) -> GdkPixbufAnimationClass
fn clone(&self) -> GdkPixbufAnimationClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GdkPixbufAnimationClass
impl Debug for GdkPixbufAnimationClass
impl Copy for GdkPixbufAnimationClass
Auto Trait Implementations
impl RefUnwindSafe for GdkPixbufAnimationClass
impl !Send for GdkPixbufAnimationClass
impl !Sync for GdkPixbufAnimationClass
impl Unpin for GdkPixbufAnimationClass
impl UnwindSafe for GdkPixbufAnimationClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more