Struct frida_sys::_GDBusInterfaceSkeletonClass
source · [−]#[repr(C)]pub struct _GDBusInterfaceSkeletonClass {
pub parent_class: GObjectClass,
pub get_info: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceInfo>,
pub get_vtable: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceVTable>,
pub get_properties: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GVariant>,
pub flush: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton)>,
pub vfunc_padding: [gpointer; 8],
pub g_authorize_method: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton, invocation: *mut GDBusMethodInvocation) -> gboolean>,
pub signal_padding: [gpointer; 8],
}Fields
parent_class: GObjectClassget_info: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceInfo>get_vtable: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GDBusInterfaceVTable>get_properties: Option<unsafe extern "C" fn(interface_: *mut GDBusInterfaceSkeleton) -> *mut GVariant>flush: Option<unsafe extern "C" fn(interface_: *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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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