#[repr(C)]pub struct GdkPixbuf { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkPixbuf
impl RefUnwindSafe for GdkPixbuf
impl !Send for GdkPixbuf
impl !Sync for GdkPixbuf
impl !Unpin for GdkPixbuf
impl UnwindSafe for GdkPixbuf
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