Struct gio_sys::GSettingsClass
source · #[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§
§parent_class: GObjectClass
§writable_changed: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const c_char)>
§changed: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const c_char)>
§writable_change_event: Option<unsafe extern "C" fn(_: *mut GSettings, _: GQuark) -> gboolean>
§change_event: Option<unsafe extern "C" fn(_: *mut GSettings, _: *const GQuark, _: c_int) -> gboolean>
§padding: [gpointer; 20]
Trait Implementations§
source§impl Clone for GSettingsClass
impl Clone for GSettingsClass
source§fn clone(&self) -> GSettingsClass
fn clone(&self) -> GSettingsClass
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