#[repr(C)]pub struct _GtkSettingsPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkSettingsPrivate
impl RefUnwindSafe for _GtkSettingsPrivate
impl Send for _GtkSettingsPrivate
impl Sync for _GtkSettingsPrivate
impl Unpin for _GtkSettingsPrivate
impl UnwindSafe for _GtkSettingsPrivate
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