Struct gtk_sys::GtkTreeViewColumn [−][src]
#[repr(C)]pub struct GtkTreeViewColumn { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkTreeViewColumnPrivate, }
Fields
parent_instance: GInitiallyUnownedpriv_: *mut GtkTreeViewColumnPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeViewColumnimpl !Send for GtkTreeViewColumnimpl !Sync for GtkTreeViewColumnimpl Unpin for GtkTreeViewColumnimpl UnwindSafe for GtkTreeViewColumnBlanket Implementations
Mutably borrows from an owned value. Read more