Struct gtk_sys::GtkTextIter[][src]

#[repr(C)]
pub struct GtkTextIter { pub dummy1: gpointer, pub dummy2: gpointer, pub dummy3: c_int, pub dummy4: c_int, pub dummy5: c_int, pub dummy6: c_int, pub dummy7: c_int, pub dummy8: c_int, pub dummy9: gpointer, pub dummy10: gpointer, pub dummy11: c_int, pub dummy12: c_int, pub dummy13: c_int, pub dummy14: gpointer, }

Fields

Trait Implementations

impl Copy for GtkTextIter
[src]

impl Clone for GtkTextIter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextIter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTextIter

impl !Sync for GtkTextIter