Struct frida_sys::_GDBusNodeInfo
source · #[repr(C)]pub struct _GDBusNodeInfo {
pub ref_count: gint,
pub path: *mut gchar,
pub interfaces: *mut *mut GDBusInterfaceInfo,
pub nodes: *mut *mut GDBusNodeInfo,
pub annotations: *mut *mut GDBusAnnotationInfo,
}Fields§
§ref_count: gint§path: *mut gchar§interfaces: *mut *mut GDBusInterfaceInfo§nodes: *mut *mut GDBusNodeInfo§annotations: *mut *mut GDBusAnnotationInfoTrait Implementations§
source§impl Clone for _GDBusNodeInfo
impl Clone for _GDBusNodeInfo
source§fn clone(&self) -> _GDBusNodeInfo
fn clone(&self) -> _GDBusNodeInfo
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 more