Struct gio_sys::GSettingsBackend[][src]

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

Fields

Trait Implementations

impl Copy for GSettingsBackend
[src]

impl Clone for GSettingsBackend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSettingsBackend
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations