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 GtkTextViewimpl Clone for GtkTextView[src]
impl Clone for GtkTextViewfn clone(&self) -> GtkTextView[src]
fn clone(&self) -> GtkTextViewReturns 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 GtkTextViewAuto Trait Implementations
impl !Send for GtkTextView
impl !Send for GtkTextViewimpl !Sync for GtkTextView
impl !Sync for GtkTextView