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
g_iface: GTypeInterface
row_draggable: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>
drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath, _: *mut GtkSelectionData) -> gboolean>
drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>
Trait Implementations
impl Copy for GtkTreeDragSourceIface[src]
impl Copy for GtkTreeDragSourceIfaceimpl Clone for GtkTreeDragSourceIface[src]
impl Clone for GtkTreeDragSourceIfacefn clone(&self) -> GtkTreeDragSourceIface[src]
fn clone(&self) -> GtkTreeDragSourceIfaceReturns 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 GtkTreeDragSourceIface[src]
impl Debug for GtkTreeDragSourceIfaceAuto Trait Implementations
impl Send for GtkTreeDragSourceIface
impl Send for GtkTreeDragSourceIfaceimpl Sync for GtkTreeDragSourceIface
impl Sync for GtkTreeDragSourceIface