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