Struct gtk_sys::GtkThemingEngine
[−]
[src]
#[repr(C)]pub struct GtkThemingEngine { pub parent_object: GObject, pub priv_: *mut GtkThemingEnginePrivate, }
Fields
parent_object: GObject
priv_: *mut GtkThemingEnginePrivate
Trait Implementations
impl Copy for GtkThemingEngine
[src]
impl Clone for GtkThemingEngine
[src]
fn clone(&self) -> GtkThemingEngine
[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