Struct gio_sys::GDBusObjectSkeleton[][src]

#[repr(C)]
pub struct GDBusObjectSkeleton { pub parent_instance: GObject, pub priv_: *mut GDBusObjectSkeletonPrivate, }

Fields

Trait Implementations

impl Copy for GDBusObjectSkeleton
[src]

impl Clone for GDBusObjectSkeleton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusObjectSkeleton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations