Struct gtk_sys::GtkSearchEntryClass [−][src]
#[repr(C)]pub struct GtkSearchEntryClass { pub parent_class: GtkEntryClass, pub search_changed: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>, pub next_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>, pub previous_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>, pub stop_search: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>, }
Fields
parent_class: GtkEntryClass
search_changed: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>
next_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>
previous_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>
stop_search: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>
Trait Implementations
impl Copy for GtkSearchEntryClass
[src]
impl Copy for GtkSearchEntryClass
impl Clone for GtkSearchEntryClass
[src]
impl Clone for GtkSearchEntryClass
fn clone(&self) -> GtkSearchEntryClass
[src]
fn clone(&self) -> GtkSearchEntryClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkSearchEntryClass
[src]
impl Debug for GtkSearchEntryClass
Auto Trait Implementations
impl !Send for GtkSearchEntryClass
impl !Send for GtkSearchEntryClass
impl !Sync for GtkSearchEntryClass
impl !Sync for GtkSearchEntryClass