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