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