Struct gtk_sys::GtkTreeView [−][src]
#[repr(C)]pub struct GtkTreeView { pub parent: GtkContainer, pub priv_: *mut GtkTreeViewPrivate, }
Fields
parent: GtkContainerpriv_: *mut GtkTreeViewPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeViewimpl !Send for GtkTreeViewimpl !Sync for GtkTreeViewimpl Unpin for GtkTreeViewimpl UnwindSafe for GtkTreeViewBlanket Implementations
Mutably borrows from an owned value. Read more