Struct gtk_sys::GtkApplicationWindowClass [−][src]
#[repr(C)]pub struct GtkApplicationWindowClass { pub parent_class: GtkWindowClass, pub padding: [gpointer; 14], }
Fields
parent_class: GtkWindowClasspadding: [gpointer; 14]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkApplicationWindowClassimpl !Send for GtkApplicationWindowClassimpl !Sync for GtkApplicationWindowClassimpl Unpin for GtkApplicationWindowClassimpl UnwindSafe for GtkApplicationWindowClassBlanket Implementations
Mutably borrows from an owned value. Read more