Struct gtk4_sys::GtkTextView [−][src]
#[repr(C)]pub struct GtkTextView {
pub parent_instance: GtkWidget,
pub priv_: *mut GtkTextViewPrivate,
}
Fields
parent_instance: GtkWidget
priv_: *mut GtkTextViewPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextView
impl !Send for GtkTextView
impl !Sync for GtkTextView
impl Unpin for GtkTextView
impl UnwindSafe for GtkTextView
Blanket Implementations
Mutably borrows from an owned value. Read more