Struct gtk_sys::GtkTextBuffer [−][src]
#[repr(C)]pub struct GtkTextBuffer { pub parent_instance: GObject, pub priv_: *mut GtkTextBufferPrivate, }
Fields
parent_instance: GObjectpriv_: *mut GtkTextBufferPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextBufferimpl !Send for GtkTextBufferimpl !Sync for GtkTextBufferimpl Unpin for GtkTextBufferimpl UnwindSafe for GtkTextBufferBlanket Implementations
Mutably borrows from an owned value. Read more