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