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