Struct gtk_sys::GtkFontSelection[][src]

#[repr(C)]
pub struct GtkFontSelection { pub parent_instance: GtkBox, pub priv_: *mut GtkFontSelectionPrivate, }

Fields

Trait Implementations

impl Copy for GtkFontSelection
[src]

impl Clone for GtkFontSelection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFontSelection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations