#[repr(C)]pub struct GtkSettings {
pub parent_instance: GObject,
pub priv_: *mut GtkSettingsPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GtkSettingsPrivateTrait Implementations§
Source§impl Clone for GtkSettings
impl Clone for GtkSettings
Source§fn clone(&self) -> GtkSettings
fn clone(&self) -> GtkSettings
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 GtkSettings
Auto Trait Implementations§
impl !Send for GtkSettings
impl !Sync for GtkSettings
impl Freeze for GtkSettings
impl RefUnwindSafe for GtkSettings
impl Unpin for GtkSettings
impl UnsafeUnpin for GtkSettings
impl UnwindSafe for GtkSettings
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