Struct frida_sys::_GDBusInterfaceSkeletonClass [−][src]
#[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
impl Clone for _GDBusInterfaceSkeletonClass[src]
impl Clone for _GDBusInterfaceSkeletonClass[src]fn clone(&self) -> _GDBusInterfaceSkeletonClass[src]
fn clone(&self) -> _GDBusInterfaceSkeletonClass[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for _GDBusInterfaceSkeletonClass[src]
impl Debug for _GDBusInterfaceSkeletonClass[src]impl Copy for _GDBusInterfaceSkeletonClass[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more