Struct gtk_sys::GtkColorSelectionDialog
source · #[repr(C)]pub struct GtkColorSelectionDialog {
pub parent_instance: GtkDialog,
pub priv_: *mut GtkColorSelectionDialogPrivate,
}
Fields§
§parent_instance: GtkDialog
§priv_: *mut GtkColorSelectionDialogPrivate
Trait Implementations§
source§impl Clone for GtkColorSelectionDialog
impl Clone for GtkColorSelectionDialog
source§fn clone(&self) -> GtkColorSelectionDialog
fn clone(&self) -> GtkColorSelectionDialog
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more