Struct rustbus::connection::ll_conn::DuplexConn[][src]

pub struct DuplexConn {
    pub send: SendConn,
    pub recv: RecvConn,
}

Fields

send: SendConnrecv: RecvConn

Implementations

Connect to a unix socket

Sends the obligatory hello message and returns the unique id the daemon assigned this connection

Trait Implementations

Reading or writing to the RawFd may result in undefined behavior and break the Conn.

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.