#[repr(C)]pub struct _GDBusProxy {
pub parent_instance: GObject,
pub priv_: *mut GDBusProxyPrivate,
}
Expand description
GDBusProxy:
The #GDBusProxy structure contains only private data and should only be accessed using the provided API.
Since: 2.26
Fields§
§parent_instance: GObject
§priv_: *mut GDBusProxyPrivate
Trait Implementations§
Source§impl Clone for _GDBusProxy
impl Clone for _GDBusProxy
Source§fn clone(&self) -> _GDBusProxy
fn clone(&self) -> _GDBusProxy
Returns a copy 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 _GDBusProxy
impl Debug for _GDBusProxy
Source§impl PartialEq for _GDBusProxy
impl PartialEq for _GDBusProxy
impl Copy for _GDBusProxy
impl Eq for _GDBusProxy
impl StructuralPartialEq for _GDBusProxy
Auto Trait Implementations§
impl Freeze for _GDBusProxy
impl RefUnwindSafe for _GDBusProxy
impl !Send for _GDBusProxy
impl !Sync for _GDBusProxy
impl Unpin for _GDBusProxy
impl UnwindSafe for _GDBusProxy
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