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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkListStore
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkListStore

impl !Sync for GtkListStore