Struct gio_sys::GSettingsClass[][src]

#[repr(C)]
pub struct GSettingsClass { pub parent_class: GObjectClass, pub writable_changed: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const c_char)>, pub changed: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const c_char)>, pub writable_change_event: Option<unsafe extern "C" fn(_: *mut GSettings, _: GQuark) -> gboolean>, pub change_event: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const GQuark, _: c_int) -> gboolean>, pub padding: [gpointer; 20], }

Fields

Trait Implementations

impl Copy for GSettingsClass
[src]

impl Clone for GSettingsClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSettingsClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations