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