Struct gdk_pixbuf_sys::GdkPixbufLoader
source · Fields
parent_instance: GObject
priv_: gpointer
Trait Implementations
sourceimpl Clone for GdkPixbufLoader
impl Clone for GdkPixbufLoader
sourcefn clone(&self) -> GdkPixbufLoader
fn clone(&self) -> GdkPixbufLoader
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 GdkPixbufLoader
impl Debug for GdkPixbufLoader
impl Copy for GdkPixbufLoader
Auto Trait Implementations
impl RefUnwindSafe for GdkPixbufLoader
impl !Send for GdkPixbufLoader
impl !Sync for GdkPixbufLoader
impl Unpin for GdkPixbufLoader
impl UnwindSafe for GdkPixbufLoader
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