Struct gtk_sys::GtkEntryCompletion [−][src]
#[repr(C)]pub struct GtkEntryCompletion { pub parent_instance: GObject, pub priv_: *mut GtkEntryCompletionPrivate, }
Fields
parent_instance: GObjectpriv_: *mut GtkEntryCompletionPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkEntryCompletionimpl !Send for GtkEntryCompletionimpl !Sync for GtkEntryCompletionimpl Unpin for GtkEntryCompletionimpl UnwindSafe for GtkEntryCompletionBlanket Implementations
Mutably borrows from an owned value. Read more