Struct gtk_sys::GtkEntryBuffer[][src]

#[repr(C)]
pub struct GtkEntryBuffer { pub parent_instance: GObject, pub priv_: *mut GtkEntryBufferPrivate, }

Fields

Trait Implementations

impl Copy for GtkEntryBuffer
[src]

impl Clone for GtkEntryBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkEntryBuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations