Struct gtk4_sys::GtkEntryClass [−][src]
#[repr(C)]pub struct GtkEntryClass {
pub parent_class: GtkWidgetClass,
pub activate: Option<unsafe extern "C" fn(_: *mut GtkEntry)>,
pub padding: [gpointer; 8],
}
Fields
parent_class: GtkWidgetClass
activate: Option<unsafe extern "C" fn(_: *mut GtkEntry)>
padding: [gpointer; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkEntryClass
impl !Send for GtkEntryClass
impl !Sync for GtkEntryClass
impl Unpin for GtkEntryClass
impl UnwindSafe for GtkEntryClass
Blanket Implementations
Mutably borrows from an owned value. Read more