Struct gtk_sys::GtkStyleProperties
[−]
[src]
#[repr(C)]pub struct GtkStyleProperties { pub parent_object: GObject, pub priv_: *mut GtkStylePropertiesPrivate, }
Fields
parent_object: GObject
priv_: *mut GtkStylePropertiesPrivate
Trait Implementations
impl Copy for GtkStyleProperties
[src]
impl Clone for GtkStyleProperties
[src]
fn clone(&self) -> GtkStyleProperties
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more