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