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