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
Auto Trait Implementations
impl RefUnwindSafe for GtkFontChooserWidget
impl !Send for GtkFontChooserWidget
impl !Sync for GtkFontChooserWidget
impl Unpin for GtkFontChooserWidget
impl UnwindSafe for GtkFontChooserWidget
Blanket Implementations
Mutably borrows from an owned value. Read more