#[repr(C)]pub struct GtkSourceStyleSchemeChooserButtonClass {
pub parent: GtkButtonClass,
pub _reserved: [gpointer; 10],
}Fields§
§parent: GtkButtonClass§_reserved: [gpointer; 10]Trait Implementations§
source§impl Clone for GtkSourceStyleSchemeChooserButtonClass
impl Clone for GtkSourceStyleSchemeChooserButtonClass
source§fn clone(&self) -> GtkSourceStyleSchemeChooserButtonClass
fn clone(&self) -> GtkSourceStyleSchemeChooserButtonClass
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