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