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 · 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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more