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