Struct gtk4_sys::GtkListStoreClass [−][src]
#[repr(C)]pub struct GtkListStoreClass {
pub parent_class: GObjectClass,
pub padding: [gpointer; 8],
}
Fields
parent_class: GObjectClass
padding: [gpointer; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkListStoreClass
impl !Send for GtkListStoreClass
impl !Sync for GtkListStoreClass
impl Unpin for GtkListStoreClass
impl UnwindSafe for GtkListStoreClass
Blanket Implementations
Mutably borrows from an owned value. Read more