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
sourceimpl Clone for GDBusInterfaceSkeletonClass
impl Clone for GDBusInterfaceSkeletonClass
sourcefn clone(&self) -> GDBusInterfaceSkeletonClass
fn clone(&self) -> GDBusInterfaceSkeletonClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GDBusInterfaceSkeletonClass
impl Debug for GDBusInterfaceSkeletonClass
impl Copy for GDBusInterfaceSkeletonClass
Auto Trait Implementations
impl RefUnwindSafe for GDBusInterfaceSkeletonClass
impl !Send for GDBusInterfaceSkeletonClass
impl !Sync for GDBusInterfaceSkeletonClass
impl Unpin for GDBusInterfaceSkeletonClass
impl UnwindSafe for GDBusInterfaceSkeletonClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more