Struct gio_sys::GDBusSignalInfo[][src]

#[repr(C)]
pub struct GDBusSignalInfo { pub ref_count: c_int, pub name: *mut c_char, pub args: *mut *mut GDBusArgInfo, pub annotations: *mut *mut GDBusAnnotationInfo, }

Fields

Trait Implementations

impl Copy for GDBusSignalInfo
[src]

impl Clone for GDBusSignalInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusSignalInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations