Struct gio_sys::GDBusInterfaceSkeleton [−][src]
#[repr(C)]pub struct GDBusInterfaceSkeleton { pub parent_instance: GObject, pub priv_: *mut GDBusInterfaceSkeletonPrivate, }
Fields
parent_instance: GObject
priv_: *mut GDBusInterfaceSkeletonPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GDBusInterfaceSkeleton
impl !Send for GDBusInterfaceSkeleton
impl !Sync for GDBusInterfaceSkeleton
impl Unpin for GDBusInterfaceSkeleton
impl UnwindSafe for GDBusInterfaceSkeleton
Blanket Implementations
Mutably borrows from an owned value. Read more