Struct gtk_sys::GtkListStore[][src]

#[repr(C)]
pub struct GtkListStore { pub parent: GObject, pub priv_: *mut GtkListStorePrivate, }

Fields

Trait Implementations

impl Copy for GtkListStore
[src]

impl Clone for GtkListStore
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkListStore
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkListStore

impl !Sync for GtkListStore