Struct gtk_sys::GtkTextBuffer [−][src]
#[repr(C)]pub struct GtkTextBuffer { pub parent_instance: GObject, pub priv_: *mut GtkTextBufferPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkTextBufferPrivate
Trait Implementations
impl Copy for GtkTextBuffer[src]
impl Copy for GtkTextBufferimpl Clone for GtkTextBuffer[src]
impl Clone for GtkTextBufferfn clone(&self) -> GtkTextBuffer[src]
fn clone(&self) -> GtkTextBufferReturns 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 GtkTextBuffer[src]
impl Debug for GtkTextBufferAuto Trait Implementations
impl !Send for GtkTextBuffer
impl !Send for GtkTextBufferimpl !Sync for GtkTextBuffer
impl !Sync for GtkTextBuffer