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