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