[][src]Struct gtk_sys::GtkTreeSortableIface

#[repr(C)]pub struct GtkTreeSortableIface {
    pub g_iface: GTypeInterface,
    pub sort_column_changed: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable)>,
    pub get_sort_column_id: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: *mut c_int, _: *mut GtkSortType) -> gboolean>,
    pub set_sort_column_id: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: c_int, _: GtkSortType)>,
    pub set_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: c_int, _: GtkTreeIterCompareFunc, _: gpointer, _: GDestroyNotify)>,
    pub set_default_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: GtkTreeIterCompareFunc, _: gpointer, _: GDestroyNotify)>,
    pub has_default_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable) -> gboolean>,
}

Fields

g_iface: GTypeInterfacesort_column_changed: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable)>get_sort_column_id: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: *mut c_int, _: *mut GtkSortType) -> gboolean>set_sort_column_id: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: c_int, _: GtkSortType)>set_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: c_int, _: GtkTreeIterCompareFunc, _: gpointer, _: GDestroyNotify)>set_default_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable, _: GtkTreeIterCompareFunc, _: gpointer, _: GDestroyNotify)>has_default_sort_func: Option<unsafe extern "C" fn(_: *mut GtkTreeSortable) -> gboolean>

Trait Implementations

impl Clone for GtkTreeSortableIface[src]

impl Copy for GtkTreeSortableIface[src]

impl Debug for GtkTreeSortableIface[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkTreeSortableIface

impl Send for GtkTreeSortableIface

impl Sync for GtkTreeSortableIface

impl Unpin for GtkTreeSortableIface

impl UnwindSafe for GtkTreeSortableIface

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.