#[repr(C)]pub struct _GDBusInterfaceSkeleton {
pub parent_instance: GObject,
pub priv_: *mut GDBusInterfaceSkeletonPrivate,
}
Expand description
GDBusInterfaceSkeleton:
The #GDBusInterfaceSkeleton structure contains private data and should only be accessed using the provided API.
Since: 2.30
Fields§
§parent_instance: GObject
§priv_: *mut GDBusInterfaceSkeletonPrivate
Trait Implementations§
Source§impl Clone for _GDBusInterfaceSkeleton
impl Clone for _GDBusInterfaceSkeleton
Source§fn clone(&self) -> _GDBusInterfaceSkeleton
fn clone(&self) -> _GDBusInterfaceSkeleton
Returns a copy 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 _GDBusInterfaceSkeleton
impl Debug for _GDBusInterfaceSkeleton
Source§impl PartialEq for _GDBusInterfaceSkeleton
impl PartialEq for _GDBusInterfaceSkeleton
impl Copy for _GDBusInterfaceSkeleton
impl Eq for _GDBusInterfaceSkeleton
impl StructuralPartialEq for _GDBusInterfaceSkeleton
Auto Trait Implementations§
impl Freeze for _GDBusInterfaceSkeleton
impl RefUnwindSafe for _GDBusInterfaceSkeleton
impl !Send for _GDBusInterfaceSkeleton
impl !Sync for _GDBusInterfaceSkeleton
impl Unpin for _GDBusInterfaceSkeleton
impl UnwindSafe for _GDBusInterfaceSkeleton
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