Struct gtk_sys::GtkTreeView
[−]
[src]
#[repr(C)]pub struct GtkTreeView { pub parent: GtkContainer, pub priv_: *mut GtkTreeViewPrivate, }
Fields
parent: GtkContainer
priv_: *mut GtkTreeViewPrivate
Trait Implementations
impl Copy for GtkTreeView
[src]
impl Clone for GtkTreeView
[src]
fn clone(&self) -> GtkTreeView
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more