Struct gio_sys::GSettings[][src]

#[repr(C)]
pub struct GSettings { pub parent_instance: GObject, pub priv_: *mut GSettingsPrivate, }

Fields

Trait Implementations

impl Copy for GSettings
[src]

impl Clone for GSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSettings
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GSettings

impl !Sync for GSettings