Struct gtk_sys::GtkTreeViewColumn[][src]

#[repr(C)]
pub struct GtkTreeViewColumn { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkTreeViewColumnPrivate, }

Fields

Trait Implementations

impl Copy for GtkTreeViewColumn
[src]

impl Clone for GtkTreeViewColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTreeViewColumn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations