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