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