Struct gtk_sys::GtkFontChooserWidget[][src]

#[repr(C)]
pub struct GtkFontChooserWidget { pub parent_instance: GtkBox, pub priv_: *mut GtkFontChooserWidgetPrivate, }

Fields

Trait Implementations

impl Copy for GtkFontChooserWidget
[src]

impl Clone for GtkFontChooserWidget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFontChooserWidget
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations