Struct libui_ng_sys::platform::unix::gtk_sys::GtkTreeStore
source · pub struct GtkTreeStore {
pub parent: GObject,
pub priv_: *mut *mut _GtkTreeStorePrivate,
}Fields§
§parent: GObject§priv_: *mut *mut _GtkTreeStorePrivateTrait 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