Struct gtk_sys::GtkCellRendererPixbuf [−][src]
#[repr(C)]pub struct GtkCellRendererPixbuf { pub parent: GtkCellRenderer, pub priv_: *mut GtkCellRendererPixbufPrivate, }
Fields
parent: GtkCellRenderer
priv_: *mut GtkCellRendererPixbufPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCellRendererPixbuf
impl !Send for GtkCellRendererPixbuf
impl !Sync for GtkCellRendererPixbuf
impl Unpin for GtkCellRendererPixbuf
impl UnwindSafe for GtkCellRendererPixbuf
Blanket Implementations
Mutably borrows from an owned value. Read more