Struct gtk_sys::GtkColorButton
source · #[repr(C)]pub struct GtkColorButton {
pub button: GtkButton,
pub priv_: *mut GtkColorButtonPrivate,
}
Fields§
§priv_: *mut GtkColorButtonPrivate
Trait Implementations§
source§impl Clone for GtkColorButton
impl Clone for GtkColorButton
source§fn clone(&self) -> GtkColorButton
fn clone(&self) -> GtkColorButton
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