#[repr(C)]pub struct GtkSourceGutterRendererPixbuf {
pub parent: GtkSourceGutterRenderer,
pub priv_: *mut GtkSourceGutterRendererPixbufPrivate,
}
Fields§
§parent: GtkSourceGutterRenderer
§priv_: *mut GtkSourceGutterRendererPixbufPrivate
Trait Implementations§
source§impl Clone for GtkSourceGutterRendererPixbuf
impl Clone for GtkSourceGutterRendererPixbuf
source§fn clone(&self) -> GtkSourceGutterRendererPixbuf
fn clone(&self) -> GtkSourceGutterRendererPixbuf
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 moreimpl 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§
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