Struct gtk_sys::GtkEntryCompletionClass
source · [−]#[repr(C)]pub struct GtkEntryCompletionClass {
pub parent_class: GObjectClass,
pub match_selected: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>,
pub action_activated: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: c_int)>,
pub insert_prefix: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *const c_char) -> gboolean>,
pub cursor_on_match: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>,
pub no_matches: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion)>,
pub _gtk_reserved0: Option<unsafe extern "C" fn()>,
pub _gtk_reserved1: Option<unsafe extern "C" fn()>,
pub _gtk_reserved2: Option<unsafe extern "C" fn()>,
}
Fields
parent_class: GObjectClass
match_selected: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>
action_activated: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: c_int)>
insert_prefix: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *const c_char) -> gboolean>
cursor_on_match: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>
no_matches: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion)>
_gtk_reserved0: Option<unsafe extern "C" fn()>
_gtk_reserved1: Option<unsafe extern "C" fn()>
_gtk_reserved2: Option<unsafe extern "C" fn()>
Trait Implementations
sourceimpl Clone for GtkEntryCompletionClass
impl Clone for GtkEntryCompletionClass
sourcefn clone(&self) -> GtkEntryCompletionClass
fn clone(&self) -> GtkEntryCompletionClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkEntryCompletionClass
impl Debug for GtkEntryCompletionClass
impl Copy for GtkEntryCompletionClass
Auto Trait Implementations
impl RefUnwindSafe for GtkEntryCompletionClass
impl !Send for GtkEntryCompletionClass
impl !Sync for GtkEntryCompletionClass
impl Unpin for GtkEntryCompletionClass
impl UnwindSafe for GtkEntryCompletionClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more