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
sourceimpl Clone for GtkSettings
impl Clone for GtkSettings
sourcefn clone(&self) -> GtkSettings
fn clone(&self) -> GtkSettings
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more