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 GtkSettings
impl Clone for GtkSettings
[src]
impl Clone for GtkSettings
fn clone(&self) -> GtkSettings
[src]
fn clone(&self) -> GtkSettings
Returns 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 GtkSettings
Auto Trait Implementations
impl !Send for GtkSettings
impl !Send for GtkSettings
impl !Sync for GtkSettings
impl !Sync for GtkSettings