Struct gio_sys::GDBusInterfaceSkeletonClass
source · #[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: GObjectClass
§get_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]
§signal_padding: [gpointer; 8]
Trait Implementations§
source§impl Clone for GDBusInterfaceSkeletonClass
impl Clone for GDBusInterfaceSkeletonClass
source§fn clone(&self) -> GDBusInterfaceSkeletonClass
fn clone(&self) -> GDBusInterfaceSkeletonClass
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 more