#[repr(C)]pub struct GtkSourceGutterRendererPixbuf {
pub parent_instance: GtkSourceGutterRenderer,
}Fields
parent_instance: GtkSourceGutterRendererTrait Implementations
sourceimpl Clone for GtkSourceGutterRendererPixbuf
impl Clone for GtkSourceGutterRendererPixbuf
sourcefn clone(&self) -> GtkSourceGutterRendererPixbuf
fn clone(&self) -> GtkSourceGutterRendererPixbuf
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GtkSourceGutterRendererPixbuf
impl Debug for GtkSourceGutterRendererPixbuf
impl Copy for GtkSourceGutterRendererPixbuf
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceGutterRendererPixbuf
impl !Send for GtkSourceGutterRendererPixbuf
impl !Sync for GtkSourceGutterRendererPixbuf
impl Unpin for GtkSourceGutterRendererPixbuf
impl UnwindSafe for GtkSourceGutterRendererPixbuf
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