Struct gtk_sys::GtkIconView[][src]

#[repr(C)]
pub struct GtkIconView { pub parent: GtkContainer, pub priv_: *mut GtkIconViewPrivate, }

Fields

Trait Implementations

impl Copy for GtkIconView
[src]

impl Clone for GtkIconView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkIconView
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkIconView

impl !Sync for GtkIconView