Struct gtk4_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
Auto Trait Implementations
impl RefUnwindSafe for GtkTextBuffer
impl !Send for GtkTextBuffer
impl !Sync for GtkTextBuffer
impl Unpin for GtkTextBuffer
impl UnwindSafe for GtkTextBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more