Struct gtk4_sys::GtkTreeListRowSorterClass
source · #[repr(C)]pub struct GtkTreeListRowSorterClass {
pub parent_class: GtkSorterClass,
}
Fields§
§parent_class: GtkSorterClass
Trait Implementations§
source§impl Clone for GtkTreeListRowSorterClass
impl Clone for GtkTreeListRowSorterClass
source§fn clone(&self) -> GtkTreeListRowSorterClass
fn clone(&self) -> GtkTreeListRowSorterClass
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