Struct gtk_sys::GtkTextViewAccessible[][src]

#[repr(C)]
pub struct GtkTextViewAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkTextViewAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkTextViewAccessible
[src]

impl Clone for GtkTextViewAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextViewAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations