Struct gtk4_sys::GtkTextView
source · #[repr(C)]pub struct GtkTextView {
pub parent_instance: GtkWidget,
pub priv_: *mut GtkTextViewPrivate,
}
Fields§
§parent_instance: GtkWidget
§priv_: *mut GtkTextViewPrivate
Trait Implementations§
source§impl Clone for GtkTextView
impl Clone for GtkTextView
source§fn clone(&self) -> GtkTextView
fn clone(&self) -> GtkTextView
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more