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

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

A lowlevel abstraction over the raw unix socket

Implementations

get the next new serial

send a message over the conn

send a message and block until all bytes have been sent. Returns the serial of the message to match the response.

Trait Implementations

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

Formats the value using the given formatter. 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.