Struct gtk_sys::GtkTreeView[][src]

#[repr(C)]
pub struct GtkTreeView { pub parent: GtkContainer, pub priv_: *mut GtkTreeViewPrivate, }

Fields

Trait Implementations

impl Copy for GtkTreeView
[src]

impl Clone for GtkTreeView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTreeView
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTreeView

impl !Sync for GtkTreeView