#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GSettingsClass
Auto Trait Implementations§
impl !Send for GSettingsClass
impl !Sync for GSettingsClass
impl Freeze for GSettingsClass
impl RefUnwindSafe for GSettingsClass
impl Unpin for GSettingsClass
impl UnsafeUnpin 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