Struct gtk_sys::GtkListStore
[−]
[src]
#[repr(C)]pub struct GtkListStore { pub parent: GObject, pub priv_: *mut GtkListStorePrivate, }
Fields
parent: GObject
priv_: *mut GtkListStorePrivate
Trait Implementations
impl Copy for GtkListStore
[src]
impl Clone for GtkListStore
[src]
fn clone(&self) -> GtkListStore
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more