Struct sourceview5_sys::GtkSourceView
source · #[repr(C)]pub struct GtkSourceView {
pub parent_instance: GtkTextView,
}Fields§
§parent_instance: GtkTextViewTrait Implementations§
source§impl Clone for GtkSourceView
impl Clone for GtkSourceView
source§fn clone(&self) -> GtkSourceView
fn clone(&self) -> GtkSourceView
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