#[repr(C)]pub struct GoaFilesProxyClass {
pub parent_class: GDBusProxyClass,
}Fields§
§parent_class: GDBusProxyClassTrait Implementations§
Source§impl Clone for GoaFilesProxyClass
impl Clone for GoaFilesProxyClass
Source§fn clone(&self) -> GoaFilesProxyClass
fn clone(&self) -> GoaFilesProxyClass
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 GoaFilesProxyClass
impl Debug for GoaFilesProxyClass
impl Copy for GoaFilesProxyClass
Auto Trait Implementations§
impl Freeze for GoaFilesProxyClass
impl RefUnwindSafe for GoaFilesProxyClass
impl !Send for GoaFilesProxyClass
impl !Sync for GoaFilesProxyClass
impl Unpin for GoaFilesProxyClass
impl UnwindSafe for GoaFilesProxyClass
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