Struct gtk_sys::GtkColorSelectionDialog
[−]
[src]
#[repr(C)]pub struct GtkColorSelectionDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkColorSelectionDialogPrivate, }
Fields
parent_instance: GtkDialog
priv_: *mut GtkColorSelectionDialogPrivate
Trait Implementations
impl Copy for GtkColorSelectionDialog
[src]
impl Clone for GtkColorSelectionDialog
[src]
fn clone(&self) -> GtkColorSelectionDialog
[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