#[repr(C)]pub struct GraniteServicesContractorProxyClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for GraniteServicesContractorProxyClass
impl Clone for GraniteServicesContractorProxyClass
Source§fn clone(&self) -> GraniteServicesContractorProxyClass
fn clone(&self) -> GraniteServicesContractorProxyClass
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 GraniteServicesContractorProxyClass
Auto Trait Implementations§
impl Freeze for GraniteServicesContractorProxyClass
impl RefUnwindSafe for GraniteServicesContractorProxyClass
impl !Send for GraniteServicesContractorProxyClass
impl !Sync for GraniteServicesContractorProxyClass
impl Unpin for GraniteServicesContractorProxyClass
impl UnwindSafe for GraniteServicesContractorProxyClass
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