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