Struct gtk_sys::GtkTreeViewColumn
source · #[repr(C)]pub struct GtkTreeViewColumn {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkTreeViewColumnPrivate,
}
Fields§
§parent_instance: GInitiallyUnowned
§priv_: *mut GtkTreeViewColumnPrivate
Trait Implementations§
source§impl Clone for GtkTreeViewColumn
impl Clone for GtkTreeViewColumn
source§fn clone(&self) -> GtkTreeViewColumn
fn clone(&self) -> GtkTreeViewColumn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more