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