Struct gtk_sys::GtkTextViewAccessible
source · #[repr(C)]pub struct GtkTextViewAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkTextViewAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkTextViewAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkTextViewAccessible
impl Clone for GtkTextViewAccessible
source§fn clone(&self) -> GtkTextViewAccessible
fn clone(&self) -> GtkTextViewAccessible
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