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