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