Struct gtk_sys::GtkFontChooserDialog
[−]
[src]
#[repr(C)]pub struct GtkFontChooserDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkFontChooserDialogPrivate, }
Fields
parent_instance: GtkDialog
priv_: *mut GtkFontChooserDialogPrivate
Trait Implementations
impl Copy for GtkFontChooserDialog
[src]
impl Clone for GtkFontChooserDialog
[src]
fn clone(&self) -> GtkFontChooserDialog
[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