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