Struct gio_sys::GDBusObjectSkeletonClass[][src]

#[repr(C)]
pub struct GDBusObjectSkeletonClass { pub parent_class: GObjectClass, pub authorize_method: Option<unsafe extern "C" fn(_: *mut GDBusObjectSkeleton, _: *mut GDBusInterfaceSkeleton, _: *mut GDBusMethodInvocation) -> gboolean>, pub padding: [gpointer; 8], }

Fields

Trait Implementations

impl Copy for GDBusObjectSkeletonClass
[src]

impl Clone for GDBusObjectSkeletonClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusObjectSkeletonClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDBusObjectSkeletonClass

impl !Sync for GDBusObjectSkeletonClass