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