Struct gtk_sys::GtkTreeDragDestIface[][src]

#[repr(C)]
pub struct GtkTreeDragDestIface { pub g_iface: GTypeInterface, pub drag_data_received: Option<unsafe extern "C" fn(_: *mut GtkTreeDragDest, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>, pub row_drop_possible: Option<unsafe extern "C" fn(_: *mut GtkTreeDragDest, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>, }

Fields

Trait Implementations

impl Copy for GtkTreeDragDestIface
[src]

impl Clone for GtkTreeDragDestIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTreeDragDestIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations