Struct gtk_sys::GtkEntry [−][src]
#[repr(C)]pub struct GtkEntry { pub parent_instance: GtkWidget, pub priv_: *mut GtkEntryPrivate, }
Fields
parent_instance: GtkWidget
priv_: *mut GtkEntryPrivate
Trait Implementations
impl Copy for GtkEntry[src]
impl Copy for GtkEntryimpl Clone for GtkEntry[src]
impl Clone for GtkEntryfn clone(&self) -> GtkEntry[src]
fn clone(&self) -> GtkEntryReturns 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 GtkEntry[src]
impl Debug for GtkEntry