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