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