Struct gtk_sys::GtkEntryBuffer [−][src]
#[repr(C)]pub struct GtkEntryBuffer { pub parent_instance: GObject, pub priv_: *mut GtkEntryBufferPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkEntryBufferPrivate
Trait Implementations
impl Copy for GtkEntryBuffer[src]
impl Copy for GtkEntryBufferimpl Clone for GtkEntryBuffer[src]
impl Clone for GtkEntryBufferfn clone(&self) -> GtkEntryBuffer[src]
fn clone(&self) -> GtkEntryBufferReturns 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 GtkEntryBuffer[src]
impl Debug for GtkEntryBufferAuto Trait Implementations
impl !Send for GtkEntryBuffer
impl !Send for GtkEntryBufferimpl !Sync for GtkEntryBuffer
impl !Sync for GtkEntryBuffer