Struct gio_sys::GDBusAnnotationInfo[][src]

#[repr(C)]
pub struct GDBusAnnotationInfo { pub ref_count: c_int, pub key: *mut c_char, pub value: *mut c_char, pub annotations: *mut *mut GDBusAnnotationInfo, }

Fields

Trait Implementations

impl Copy for GDBusAnnotationInfo
[src]

impl Clone for GDBusAnnotationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusAnnotationInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations