Struct gio_sys::GDBusArgInfo[][src]

#[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

Trait Implementations

impl Copy for GDBusArgInfo
[src]

impl Clone for GDBusArgInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusArgInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDBusArgInfo

impl !Sync for GDBusArgInfo