Module proxy

Source
Expand description

The client-side proxy API.

Structs§

Builder
Builder for proxies.
OwnerChangedIterator
An std::iter::Iterator implementation that yields owner change notifications.
PropertyChanged
A property changed event.
PropertyIterator
An std::iter::Iterator implementation that yields property change notifications.
Proxy
A blocking wrapper of crate::Proxy.
SignalIterator
An std::iter::Iterator implementation that yields signal messages.

Traits§

ProxyImpl
This trait is implemented by all blocking proxies, which are generated with the dbus_proxy macro.