Struct gtk_sys::GtkFontChooserWidget
[−]
[src]
#[repr(C)]pub struct GtkFontChooserWidget { pub parent_instance: GtkBox, pub priv_: *mut GtkFontChooserWidgetPrivate, }
Fields
parent_instance: GtkBox
priv_: *mut GtkFontChooserWidgetPrivate
Trait Implementations
impl Copy for GtkFontChooserWidget
[src]
impl Clone for GtkFontChooserWidget
[src]
fn clone(&self) -> GtkFontChooserWidget
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more