Struct gtk_sys::GtkCellRendererCombo[][src]

#[repr(C)]
pub struct GtkCellRendererCombo { pub parent: GtkCellRendererText, pub priv_: *mut GtkCellRendererComboPrivate, }

Fields

Trait Implementations

impl Copy for GtkCellRendererCombo
[src]

impl Clone for GtkCellRendererCombo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCellRendererCombo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations