Struct gtk4_sys::GtkTreeStore
source · #[repr(C)]pub struct GtkTreeStore {
pub parent: GObject,
pub priv_: *mut GtkTreeStorePrivate,
}
Fields§
§parent: GObject
§priv_: *mut GtkTreeStorePrivate
Trait Implementations§
source§impl Clone for GtkTreeStore
impl Clone for GtkTreeStore
source§fn clone(&self) -> GtkTreeStore
fn clone(&self) -> GtkTreeStore
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