Struct dbus::tree::ObjectPath [] [src]

pub struct ObjectPath<M> {
    // some fields omitted
}

Methods

impl<M: MCall> ObjectPath<M>
[src]

Adds introspection support for this object path.

Adds ObjectManager support for this object path.

It is not possible to add/remove interfaces while the object path belongs to a tree, hence no InterfacesAdded / InterfacesRemoved signals are sent.

Trait Implementations

impl<M: Debug> Debug for ObjectPath<M>
[src]

Formats the value using the given formatter.