pub type GSettings = _GSettings;
Aliased Type§
struct GSettings {
pub parent_instance: _GObject,
pub priv_: *mut _GSettingsPrivate,
}
Fields§
§parent_instance: _GObject
§priv_: *mut _GSettingsPrivate
Trait Implementations
Source§impl Clone for _GSettings
impl Clone for _GSettings
Source§fn clone(&self) -> _GSettings
fn clone(&self) -> _GSettings
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