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