Struct gtk_sys::GtkTreeIter[][src]

#[repr(C)]
pub struct GtkTreeIter { pub stamp: c_int, pub user_data: gpointer, pub user_data2: gpointer, pub user_data3: gpointer, }

Fields

Trait Implementations

impl Copy for GtkTreeIter
[src]

impl Clone for GtkTreeIter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTreeIter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTreeIter

impl !Sync for GtkTreeIter