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