Struct gtk_sys::GtkColorChooserDialog[][src]

#[repr(C)]
pub struct GtkColorChooserDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkColorChooserDialogPrivate, }

Fields

Trait Implementations

impl Copy for GtkColorChooserDialog
[src]

impl Clone for GtkColorChooserDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkColorChooserDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations