Struct libui_ng_sys::platform::unix::gtk_sys::GtkTreeModelSort
source · pub struct GtkTreeModelSort {
pub parent: GObject,
pub priv_: *mut *mut _GtkTreeModelSortPrivate,
}Fields§
§parent: GObject§priv_: *mut *mut _GtkTreeModelSortPrivateTrait Implementations§
source§impl Clone for GtkTreeModelSort
impl Clone for GtkTreeModelSort
source§fn clone(&self) -> GtkTreeModelSort
fn clone(&self) -> GtkTreeModelSort
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