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 GtkTreeStore
impl Clone for GtkTreeStore
[src]
impl Clone for GtkTreeStore
fn clone(&self) -> GtkTreeStore
[src]
fn clone(&self) -> GtkTreeStore
Returns 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 GtkTreeStore
Auto Trait Implementations
impl !Send for GtkTreeStore
impl !Send for GtkTreeStore
impl !Sync for GtkTreeStore
impl !Sync for GtkTreeStore