Struct gtk_sys::GtkTreeStore [−][src]
#[repr(C)]pub struct GtkTreeStore { pub parent: GObject, pub priv_: *mut GtkTreeStorePrivate, }
Fields
parent: GObject
priv_: *mut GtkTreeStorePrivate
Trait Implementations
impl Copy for GtkTreeStore[src]
impl Copy for GtkTreeStoreimpl Clone for GtkTreeStore[src]
impl Clone for GtkTreeStorefn clone(&self) -> GtkTreeStore[src]
fn clone(&self) -> GtkTreeStoreReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkTreeStore[src]
impl Debug for GtkTreeStoreAuto Trait Implementations
impl !Send for GtkTreeStore
impl !Send for GtkTreeStoreimpl !Sync for GtkTreeStore
impl !Sync for GtkTreeStore