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