#[repr(C)]pub struct GSettingsClass {
pub parent_class: GObjectClass,
pub writable_changed: Option<extern "C" fn(*mut GSettings, *const gchar)>,
pub changed: Option<extern "C" fn(*mut GSettings, *const gchar)>,
pub writable_change_event: Option<extern "C" fn(*mut GSettings, GQuark) -> gboolean>,
pub change_event: Option<extern "C" fn(*mut GSettings, *const GQuark, gint) -> gboolean>,
pub padding: [gpointer; 20],
}Fields§
§parent_class: GObjectClass§writable_changed: Option<extern "C" fn(*mut GSettings, *const gchar)>§changed: Option<extern "C" fn(*mut GSettings, *const gchar)>§writable_change_event: Option<extern "C" fn(*mut GSettings, GQuark) -> gboolean>§change_event: Option<extern "C" fn(*mut GSettings, *const GQuark, gint) -> gboolean>§padding: [gpointer; 20]Auto Trait Implementations§
impl Freeze for GSettingsClass
impl RefUnwindSafe for GSettingsClass
impl !Send for GSettingsClass
impl !Sync for GSettingsClass
impl Unpin for GSettingsClass
impl UnwindSafe for GSettingsClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more