Struct gtk_sys::GtkFontChooserDialog [−][src]
#[repr(C)]pub struct GtkFontChooserDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkFontChooserDialogPrivate, }
Fields
parent_instance: GtkDialogpriv_: *mut GtkFontChooserDialogPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFontChooserDialogimpl !Send for GtkFontChooserDialogimpl !Sync for GtkFontChooserDialogimpl Unpin for GtkFontChooserDialogimpl UnwindSafe for GtkFontChooserDialogBlanket Implementations
Mutably borrows from an owned value. Read more