Struct gio_sys::GDBusInterfaceSkeletonClass[][src]

#[repr(C)]
pub struct GDBusInterfaceSkeletonClass { pub parent_class: GObjectClass, pub get_info: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceInfo>, pub get_vtable: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceVTable>, pub get_properties: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GVariant>, pub flush: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton)>, pub vfunc_padding: [gpointer; 8], pub g_authorize_method: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton, _: *mut GDBusMethodInvocation) -> gboolean>, pub signal_padding: [gpointer; 8], }

Fields

parent_class: GObjectClassget_info: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceInfo>get_vtable: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceVTable>get_properties: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton) -> *mut GVariant>flush: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton)>vfunc_padding: [gpointer; 8]g_authorize_method: Option<unsafe extern "C" fn(_: *mut GDBusInterfaceSkeleton, _: *mut GDBusMethodInvocation) -> gboolean>signal_padding: [gpointer; 8]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.