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