Struct gtk_sys::GtkIconFactory[][src]

#[repr(C)]
pub struct GtkIconFactory { pub parent_instance: GObject, pub priv_: *mut GtkIconFactoryPrivate, }

Fields

Trait Implementations

impl Copy for GtkIconFactory
[src]

impl Clone for GtkIconFactory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkIconFactory
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkIconFactory

impl !Sync for GtkIconFactory