Struct gio_sys::GDBusArgInfo [] [src]

#[repr(C)]
pub struct GDBusArgInfo { pub ref_count: Volatile<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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GDBusArgInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDBusArgInfo

impl !Sync for GDBusArgInfo