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 Copy for GtkListStoreimpl Clone for GtkListStore[src]
impl Clone for GtkListStorefn clone(&self) -> GtkListStore[src]
fn clone(&self) -> GtkListStoreReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkListStore[src]
impl Debug for GtkListStoreAuto Trait Implementations
impl !Send for GtkListStore
impl !Send for GtkListStoreimpl !Sync for GtkListStore
impl !Sync for GtkListStore