Struct gtk4_sys::GtkTreeModelSort
source · #[repr(C)]pub struct GtkTreeModelSort {
pub parent: GObject,
pub priv_: *mut GtkTreeModelSortPrivate,
}Fields§
§parent: GObject§priv_: *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