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