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