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 Copy for GtkTreeViewimpl Clone for GtkTreeView[src]
impl Clone for GtkTreeViewfn clone(&self) -> GtkTreeView[src]
fn clone(&self) -> GtkTreeViewReturns 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 GtkTreeView[src]
impl Debug for GtkTreeViewAuto Trait Implementations
impl !Send for GtkTreeView
impl !Send for GtkTreeViewimpl !Sync for GtkTreeView
impl !Sync for GtkTreeView