Struct gtk_sys::GtkTextView [−][src]
#[repr(C)]pub struct GtkTextView { pub parent_instance: GtkContainer, pub priv_: *mut GtkTextViewPrivate, }
Fields
parent_instance: GtkContainer
priv_: *mut GtkTextViewPrivate
Trait Implementations
impl Copy for GtkTextView
[src]
impl Copy for GtkTextView
impl Clone for GtkTextView
[src]
impl Clone for GtkTextView
fn clone(&self) -> GtkTextView
[src]
fn clone(&self) -> GtkTextView
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkTextView
[src]
impl Debug for GtkTextView
Auto Trait Implementations
impl !Send for GtkTextView
impl !Send for GtkTextView
impl !Sync for GtkTextView
impl !Sync for GtkTextView