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
impl Copy for GtkFontSelection
[src]
impl Clone for GtkFontSelection
[src]
fn clone(&self) -> GtkFontSelection
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more