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