Struct gtk_sys::GtkCellEditableIface [] [src]

#[repr(C)]
pub struct GtkCellEditableIface { pub g_iface: GTypeInterface, pub editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, pub remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>, }

Fields

Trait Implementations

impl Copy for GtkCellEditableIface
[src]

impl Clone for GtkCellEditableIface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkCellEditableIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations