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