Struct gtk_sys::GtkTextBuffer[][src]

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

Fields

Trait Implementations

impl Copy for GtkTextBuffer
[src]

impl Clone for GtkTextBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextBuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTextBuffer

impl !Sync for GtkTextBuffer