Struct gtk_sys::GtkEntry [−][src]
#[repr(C)]pub struct GtkEntry { pub parent_instance: GtkWidget, pub priv_: *mut GtkEntryPrivate, }
Fields
parent_instance: GtkWidgetpriv_: *mut GtkEntryPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkEntryimpl UnwindSafe for GtkEntryBlanket Implementations
Mutably borrows from an owned value. Read more