Struct dbus::Message [] [src]

pub struct Message {
    // some fields omitted
}

A D-Bus message. A message contains some headers (e g sender and destination address) and a list of MessageItems.

Methods

impl Message
[src]

Returns a tuple of (Message type, Path, Interface, Member) of the current message.

When the remote end returns an error, the message itself is correct but its contents is an error. This method will transform such an error to a D-Bus Error or otherwise return the original message.

Trait Implementations

impl Drop for Message
[src]

A method called when the value goes out of scope. Read more

impl Debug for Message
[src]

Formats the value using the given formatter.