#[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 moreSource§impl Debug for GdkPixbufAnimationClass
impl Debug for GdkPixbufAnimationClass
impl Copy for GdkPixbufAnimationClass
Auto Trait Implementations§
impl Freeze for GdkPixbufAnimationClass
impl RefUnwindSafe for GdkPixbufAnimationClass
impl !Send for GdkPixbufAnimationClass
impl !Sync for GdkPixbufAnimationClass
impl Unpin for GdkPixbufAnimationClass
impl UnwindSafe for GdkPixbufAnimationClass
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
)