Struct async_rustbus::conn::Conn[][src]

pub struct Conn { /* fields omitted */ }
Expand description

A synchronous non-blocking connection to DBus session.

Most people will want to use RpcConn. This is a low-level struct used by RpcConn to read and write messages to/from the DBus socket. It does minimal processing of data and provides no Async interfaces.

Notes

  • If you are interested in synchronous interface for DBus, the rustbus is a better solution.

Implementations

Trait Implementations

Extracts the raw file descriptor. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.