Struct gtk_sys::GtkTreeDragSourceIface [] [src]

#[repr(C)]
pub struct GtkTreeDragSourceIface { pub g_iface: GTypeInterface, pub row_draggable: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>, pub drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>, pub drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>, }

Fields

Trait Implementations

impl Copy for GtkTreeDragSourceIface
[src]

impl Clone for GtkTreeDragSourceIface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkTreeDragSourceIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations