Struct gtk_sys::GtkSettings [−][src]
#[repr(C)]pub struct GtkSettings { pub parent_instance: GObject, pub priv_: *mut GtkSettingsPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkSettingsPrivate
Trait Implementations
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
Mutably borrows from an owned value. Read more