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