#[repr(C)]pub struct GraniteSettings {
pub parent_instance: GObject,
pub priv_: *mut GraniteSettingsPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GraniteSettingsPrivateTrait Implementations§
Source§impl Clone for GraniteSettings
impl Clone for GraniteSettings
Source§fn clone(&self) -> GraniteSettings
fn clone(&self) -> GraniteSettings
Returns a duplicate 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 GraniteSettings
impl Debug for GraniteSettings
impl Copy for GraniteSettings
Auto Trait Implementations§
impl Freeze for GraniteSettings
impl RefUnwindSafe for GraniteSettings
impl !Send for GraniteSettings
impl !Sync for GraniteSettings
impl Unpin for GraniteSettings
impl UnwindSafe for GraniteSettings
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