Struct gtk_sys::GtkColorSelection[][src]

#[repr(C)]
pub struct GtkColorSelection { pub parent_instance: GtkBox, pub private_data: *mut GtkColorSelectionPrivate, }

Fields

Trait Implementations

impl Copy for GtkColorSelection
[src]

impl Clone for GtkColorSelection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkColorSelection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations