Struct gtk_sys::GtkColorSelection
source · #[repr(C)]pub struct GtkColorSelection {
pub parent_instance: GtkBox,
pub private_data: *mut GtkColorSelectionPrivate,
}Fields§
§parent_instance: GtkBox§private_data: *mut GtkColorSelectionPrivateTrait Implementations§
source§impl Clone for GtkColorSelection
impl Clone for GtkColorSelection
source§fn clone(&self) -> GtkColorSelection
fn clone(&self) -> GtkColorSelection
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