Struct gio_sys::GDBusArgInfo
source · #[repr(C)]pub struct GDBusArgInfo {
pub ref_count: c_int,
pub name: *mut c_char,
pub signature: *mut c_char,
pub annotations: *mut *mut GDBusAnnotationInfo,
}
Fields§
§ref_count: c_int
§name: *mut c_char
§signature: *mut c_char
§annotations: *mut *mut GDBusAnnotationInfo
Trait 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