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 GtkListStore
impl Clone for GtkListStore
[src]
impl Clone for GtkListStore
fn clone(&self) -> GtkListStore
[src]
fn clone(&self) -> GtkListStore
Returns 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 GtkListStore
Auto Trait Implementations
impl !Send for GtkListStore
impl !Send for GtkListStore
impl !Sync for GtkListStore
impl !Sync for GtkListStore