Struct gtk_sys::GtkEntry[][src]

#[repr(C)]
pub struct GtkEntry { pub parent_instance: GtkWidget, pub priv_: *mut GtkEntryPrivate, }

Fields

Trait Implementations

impl Copy for GtkEntry
[src]

impl Clone for GtkEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkEntry

impl !Sync for GtkEntry