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