[][src]Module dbus::message

Contains structs and traits closely related to D-Bus messages.

Structs

MatchRule

A "match rule", that can match Messages on its headers.

Message

A D-Bus message. A message contains headers - usually destination address, path, interface and member, and a list of arguments.

Enums

MessageType

One of the four different message types.

Traits

SignalArgs

Helper methods for structs representing a Signal