#[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 moreSource§impl Debug for GSettingsClass
impl Debug for GSettingsClass
impl Copy for GSettingsClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)