Struct gio_sys::GDBusNodeInfo[][src]

#[repr(C)]
pub struct GDBusNodeInfo { pub ref_count: c_int, pub path: *mut c_char, pub interfaces: *mut *mut GDBusInterfaceInfo, pub nodes: *mut *mut GDBusNodeInfo, pub annotations: *mut *mut GDBusAnnotationInfo, }

Fields

Trait Implementations

impl Copy for GDBusNodeInfo
[src]

impl Clone for GDBusNodeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusNodeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDBusNodeInfo

impl !Sync for GDBusNodeInfo