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