Struct gtk_sys::GtkTreeStore [−][src]
#[repr(C)]pub struct GtkTreeStore { pub parent: GObject, pub priv_: *mut GtkTreeStorePrivate, }
Fields
parent: GObjectpriv_: *mut GtkTreeStorePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTreeStoreimpl !Send for GtkTreeStoreimpl !Sync for GtkTreeStoreimpl Unpin for GtkTreeStoreimpl UnwindSafe for GtkTreeStoreBlanket Implementations
Mutably borrows from an owned value. Read more