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
g_iface: GTypeInterface
drag_data_received: Option<unsafe extern "C" fn(_: *mut GtkTreeDragDest, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>
row_drop_possible: Option<unsafe extern "C" fn(_: *mut GtkTreeDragDest, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>
Trait Implementations
impl Copy for GtkTreeDragDestIface
[src]
impl Copy for GtkTreeDragDestIface
impl Clone for GtkTreeDragDestIface
[src]
impl Clone for GtkTreeDragDestIface
fn clone(&self) -> GtkTreeDragDestIface
[src]
fn clone(&self) -> GtkTreeDragDestIface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkTreeDragDestIface
[src]
impl Debug for GtkTreeDragDestIface
Auto Trait Implementations
impl Send for GtkTreeDragDestIface
impl Send for GtkTreeDragDestIface
impl Sync for GtkTreeDragDestIface
impl Sync for GtkTreeDragDestIface