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 Copy for GtkStylePropertiesimpl Clone for GtkStyleProperties[src]
impl Clone for GtkStylePropertiesfn clone(&self) -> GtkStyleProperties[src]
fn clone(&self) -> GtkStylePropertiesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkStyleProperties[src]
impl Debug for GtkStylePropertiesAuto Trait Implementations
impl !Send for GtkStyleProperties
impl !Send for GtkStylePropertiesimpl !Sync for GtkStyleProperties
impl !Sync for GtkStyleProperties