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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkTreeIter
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTreeIter

impl !Sync for GtkTreeIter