Struct gio_sys::GDBusPropertyInfo [] [src]

#[repr(C)]
pub struct GDBusPropertyInfo { pub ref_count: Volatile<c_int>, pub name: *mut c_char, pub signature: *mut c_char, pub flags: GDBusPropertyInfoFlags, pub annotations: *mut *mut GDBusAnnotationInfo, }

Fields

Trait Implementations

impl Copy for GDBusPropertyInfo
[src]

impl Clone for GDBusPropertyInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GDBusPropertyInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations