#[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 moreSource§impl Debug for GDBusInterfaceSkeletonClass
impl Debug for GDBusInterfaceSkeletonClass
impl Copy for GDBusInterfaceSkeletonClass
Auto Trait Implementations§
impl Freeze for GDBusInterfaceSkeletonClass
impl RefUnwindSafe for GDBusInterfaceSkeletonClass
impl !Send for GDBusInterfaceSkeletonClass
impl !Sync for GDBusInterfaceSkeletonClass
impl Unpin for GDBusInterfaceSkeletonClass
impl UnwindSafe for GDBusInterfaceSkeletonClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)