Struct gtk_sys::GtkSettings [−][src]
#[repr(C)]pub struct GtkSettings { pub parent_instance: GObject, pub priv_: *mut GtkSettingsPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkSettingsPrivate
Trait Implementations
impl Copy for GtkSettings[src]
impl Copy for GtkSettingsimpl Clone for GtkSettings[src]
impl Clone for GtkSettingsfn clone(&self) -> GtkSettings[src]
fn clone(&self) -> GtkSettingsReturns 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 GtkSettings[src]
impl Debug for GtkSettingsAuto Trait Implementations
impl !Send for GtkSettings
impl !Send for GtkSettingsimpl !Sync for GtkSettings
impl !Sync for GtkSettings