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 Copy for GtkFontChooserDialog
impl Clone for GtkFontChooserDialog
[src]
impl Clone for GtkFontChooserDialog
fn clone(&self) -> GtkFontChooserDialog
[src]
fn clone(&self) -> GtkFontChooserDialog
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkFontChooserDialog
[src]
impl Debug for GtkFontChooserDialog
Auto Trait Implementations
impl !Send for GtkFontChooserDialog
impl !Send for GtkFontChooserDialog
impl !Sync for GtkFontChooserDialog
impl !Sync for GtkFontChooserDialog