Struct gtk_sys::GtkCellRendererTextClass[][src]

#[repr(C)]
pub struct GtkCellRendererTextClass { pub parent_class: GtkCellRendererClass, pub edited: Option<unsafe extern "C" fn(_: *mut GtkCellRendererText, _: *const c_char, _: *const c_char)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GtkCellRendererTextClass
[src]

impl Clone for GtkCellRendererTextClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCellRendererTextClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations