[][src]Trait libzmq::prelude::ConfigureSend

pub trait ConfigureSend: GetSendConfig {
    fn send_hwm(&self) -> i32 { ... }
fn set_send_hwm(&mut self, hwm: i32) { ... }
fn send_timeout(&self) -> Period { ... }
fn set_send_timeout(&mut self, period: Period) { ... } }

A set of provided methods for the configuration of socket that implements SendMsg.

Provided methods

fn send_hwm(&self) -> i32

fn set_send_hwm(&mut self, hwm: i32)

fn send_timeout(&self) -> Period

fn set_send_timeout(&mut self, period: Period)

Loading content...

Implementors

impl ConfigureSend for ClientConfig[src]

impl ConfigureSend for RadioConfig[src]

impl ConfigureSend for ScatterConfig[src]

impl ConfigureSend for ServerConfig[src]

Loading content...