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