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