Struct gtk4_sys::GtkTreeDragSourceIface
source · #[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 GdkContentProvider>,
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 GdkContentProvider>
§drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>
Trait Implementations§
source§impl Clone for GtkTreeDragSourceIface
impl Clone for GtkTreeDragSourceIface
source§fn clone(&self) -> GtkTreeDragSourceIface
fn clone(&self) -> GtkTreeDragSourceIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more