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